STL (140)
OOPS (873)
C++ General (2409) In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
1 3985What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 43026Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
2091what 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?
2359
What is late binding c++?
How to run C++ program in cmd
Difference between class and structure.
What is the default access level?
What is function declaration in c++ with example?
What is inheritance in simple words?
What is different in C++, compare with unix?
Write is a binary search tree? Write an algo and tell complexity?
What is the difference between equal to (==) and assignment operator (=)?
What are put and get pointers?
Out of fgets() and gets() which function is safe to use?
Explain binary search.
Is empty stack c++?
What is conditions when using boolean operators?
What are the costs and benefits of using exceptions?