What C++ libraries are you proficient with?
Answer Posted / bob
STL,
and cstdlib :)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What should main() return in c and c++?
Can we define function inside main in c++?
Is there any difference between int [] a and int a [] in c++?
What are literals in C++?
What is purpose of new operator?
What are the general quetions are in DEna bank manager IT/System interviews?
When should overload new operator on a global basis or a class basis?
Write a recursive program to calculate factorial in c++.
You run a shell on unix system. How would you tell which shell are you running?
Explain virtual destructor?
What is the outcome of cout< a) 16 b) 17 c) 16.5
why and when we can declar member fuction as a private in the class?
What are friend functions in C++?
What are the differences between the function prototype and the function defi-nition?
What is std :: endl?