What is encapsulation in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of extern storage specifier?
Explain explicit container.
What is OOPs
What are the conditions that have to be met for a condition to be an invariant of the class?
What does obj stand for?
Explain this pointer?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Why preincrement operator is faster than postincrement?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
5. Can inline functions have a recursion?
What is a volatile variable in c++?
What are the types of array in c++?