STL (140)
OOPS (873)
C++ General (2409) Write a program to add three numbers in C++ utilizing classes.
How do you flush std cout?
What is c++ library?
What is doubly linked list in c++?
What is private public protected in c++?
Why namespace is used in c++?
What is prototype for that c string function?
Explain the concept of copy constructor?
Explain the operation of overloading of an assignment operator.
Is c++ still in demand?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are the data types in c++?
What is meant by multiple inheritance?
Write a Program for find and replace a character in a string.
How many keywords are used in c++?