STL (140)
OOPS (873)
C++ General (2409)
Explain one method to process an entire string as one unit?
Explain the advantages of inheritance.
How can we access protected and private members of a class?
Name the debugging methods that are used to solve problems?
Define Virtual function in C++.
Differentiate between an external iterator and an internal iterator?
What is polymorphism what is it for and how is it used?
How does a C++ structure differ from a C++ class?
an integer constant must have atleast one a) character b) digit c) decimal point
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)
What is a function in oop?
How are virtual functions implemented in c++?
What is ifstream c++?
What is the difference between while and do while loop?
If you don’t declare a return value, what type of return value is assumed?