Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
1023Post New C++ General Questions
What is a c++ object?
How one would use switch in a program?
What is searching? Explain linear and binary search.
Why do we use string in c++?
Is c++ map a hash table?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the C-style character string?
How do you generate a random number in c++?
Explain what are single and multiple inheritances in c++?
How delete [] is different from delete?
Which format specifier is used for printing a pointer value?
Why are pointers used?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Define private, protected and public access control.
Ask to write virtual base class code?