STL (140)
OOPS (873)
C++ General (2409)
What are the stages in the development cycle?
Can we specify variable field width in a scanf() format string? If possible how?
How many characters are recognized by ANSI C++?
When would you use a pointer? A reference?
Explain function prototypes in C++.
Explain Text Manipulation Routines?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is conversion constructor in C++
Which programming language is best to learn first?
What is an advantage of polymorphism?
What is lambda expression c++?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is c++ flowchart?
Describe Trees using C++ with an example.
What is coupling in oop?