STL (140)
OOPS (873)
C++ General (2409) What is iomanip c++?
What is the use of 'using' declaration in c++?
Can we define a constructor as virtual in c++?
Whats is abstraction in oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can we specify variable field width in a scanf() format string? If possible how?
What is coupling in oop?
What is the difference between cin.read() and cin.getline()?
Is c++ free?
Briefly explain various access specifiers in C++.
How to access a variable of the structure?
How can we access protected and private members of a class?
Is main a class in c++?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
what is upcasting in C++?