STL (140)
OOPS (873)
C++ General (2409)
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?
What is c++ manipulator?
What is data type in c++?
Explain the advantages of inheritance.
What is low level language in simple words?
Can comments be nested?
What is virtual base class?
How is modularity introduced in C++?
What does n mean in c++?
what you know about c++?
Can we inherit constructor in c++?
write a program to find 2^n+1 ?
Differentiate between a pointer and a reference with respect to c++.
Can circle be called an ellipse?
Can bst contain duplicates?