STL (140)
OOPS (873)
C++ General (2409)
Can manipulators fall in love?
Is c++ pass by reference or value?
What is const pointer and const reference?
Can static member variables be private?
Define Virtual function in C++.
What are static type checking?
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 iterator in c++?
What is guard code in c++?
What is the difference between procedural programming and oops?
If you don’t declare a return value, what type of return value is assumed?
What is overloading in oop?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What do you mean by volatile and mutable keywords used in c++?
What are the advantages of c++?