STL (140)
OOPS (873)
C++ General (2409)
How can we read/write Structures from/to data files?
Explain the difference between struct and class in terms of access modifier.
What is math h in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the difference between containment and delegation?
Describe private, protected and public – the differences and give examples.
Why c++ is better than c language?
How does a C++ structure differ from a C++ class?
Is there any function that can skip certain number of characters present in the input stream?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How many different levels of pointers are there?
What is wrapper class in c++?
What is the extraction operator and what does it do?
How do you find out if a linked-list has an end?
Is atoi safe?