Mention four important string handling functions in c languages .
what is the use of operator ^ in C ? and how it works?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the difference b/w Structure & Class?
Explain how can I right-justify a string?
write an interactive program to generate the divisors of a given integer.
can u give me the good and very optimised code for a car racing game?
What are external variables in c?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Write a program of prime number using recursion.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none