Define what is constructor?
program to print this triangle * * * * * *
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What is the need of a destructor? Explain with the help of an example.
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 iterator and generic algorithms.
What is bubble sort c++?
What is srand c++?
what is pulse code modulation?
How does atoi function work?
What is exception handling? Does c++ support exception handling?
How is static data member similar to a global variable?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance