What are move semantics?
No Answer is Posted For this Question
Be the First to Post Answer
Describe friend function & its advantages.
Where must the declaration of a friend function appear?
How to give an alternate name to a namespace?
What does flush do c++?
why can't we declare data member of class auto register or extern
Comment on c++ standard exceptions?
What is const in c++?
What is a float in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Will 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
What are the popular tools used to detect memory leaks in c++
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()