STL (140)
OOPS (873)
C++ General (2409)
What is the purpose of extern storage specifier?
In C++ what is the meaning of data hiding?
Is vector a class in c++?
What is a dangling pointer in c++?
What are multiple inheritances (virtual inheritance)?
What are arithmetic operators?
Which bit wise operator is suitable for putting on a particular bit in a number?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is pointer in oop?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Is string part of stl?
What are friend classes?
What is a template in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Why is main an int?