STL (140)
OOPS (873)
C++ General (2409) What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1177Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
1419What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1132Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
1049Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
1079an operation between an integer and real always yeilds a) integer result b) real result c) float result
1155
How do you differentiate between overloading the prefix and postfix increments?
How can I learn dev c++ programming?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are the uses of typedef in a program?
What is stl stand for?
What are c++ templates used for?
How does a C++ structure differ from a C++ class?
Please send ford technologies placement paper 2 my mail id
Write a program which uses functions like strcmp(), strcpy()? etc
What is #include math h in c++?
What is c++ code?
Is c++ low level?
What is difference between inheritance and polymorphism?
When you overload member functions, in what ways must they differ?
Is it possible for the objects to read and write themselves?