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 4082What 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 43280Do 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
2148what 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?
2421
Differentiate between an array and a list?
what is a pragma in C++?
What is the 4 difference between delete[] and delete?
What are guid? Why does com need guids?
How do I exit turbo c++?
Why do we use classes in programming?
How can we access protected and private members of a class?
Which type does string inherit from?
What is placement new?
What is polymorphism & list its types in c++?
Can recursive program be written in C++?
How are virtual functions implemented in c++?
What is encapsulation in oop?
What does it mean to declare a member function as static in C++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop