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 3995What 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 43034Do 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?
2364
What are the 4 main oop principles?
What is setfill c++?
Why do we use inheritance?
How does c++ structure differ from c++ class?
What does sksksk mean in text slang?
What is endl?
What do you mean by enumerated data type?
What is data abstraction? How is it implemented in C++?
What is implicit pointer in c++?
What is the use of function pointer?
What is the purpose of enum?
Describe the different styles of function prototypes in C++.
How to declaring variables in c++?
Can main method override?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?