What are the rules about using an underscore in a c++ identifier?
No Answer is Posted For this Question
Be the First to Post Answer
Explain "passing by value", "passing by pointer" and "passing by reference" ?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the size of a vector?
What is virtual destructors? Why they are used?
Explain the difference between using macro and inline functions?
What are pointer-to-members in C++? Give their syntax.
Can I learn c++ without c?
Write about c++ storage classes?
What is a singleton c++?
Can we define a constructor as virtual in c++?
What is Pure Virtual Function? Why and when it is used ?
Why do we use vector in c++?