STL (140)
OOPS (873)
C++ General (2409) What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
1 1117What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
1 1105What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
1 1350Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
1 1150Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
1 1124True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
1 2442If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
1 1452
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is the latest version on c++?
What character terminates all character array strings a) b) . c) END
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
daily Routine of father
Please send ford technologies placement paper 2 my mail id
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
sir please send me bpcl previous question papers
Can union be self referenced?