Explain how to initialize a const member data.
How do you master coding?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What does I ++ mean in c++?
Where is atoi defined?
What is a responder chain?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
Explain the purpose of the keyword volatile.
Differentiate between a template class and class template?
Explain the use of this pointer?
Describe private, protected and public?
What is a virtual destructor? Explain the use of it?
What is a tuple c++?