STL (140)
OOPS (873)
C++ General (2409)
How do you define a class in oop?
What is srand c++?
What is an undefined behavior and sequence points
What is difference between data abstraction and encapsulation?
Is it possible to get the source code back from binary file?
Define vptr.
What is c++ stringstream?
Explain one method to process an entire string as one unit?
Why is null pointer used?
What is runtime polymorphism in c++?
What is meant by entry controlled loop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
How do we implement inheritance in c++?
What is name mangling/name decoration?
What is virtual destructor ans explain its use?