STL (140)
OOPS (873)
C++ General (2409) What is property in oops?
What is the default access level?
What are the c++ access specifiers?
How many types of comments are there in c++?
What is the difference between Stack and Queue in C++?
What is the extraction operator and what does it do?
Is string part of stl?
What is jump statement in C++?
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?
Are polymorphisms mutations?
What is :: operator in c++?
What is the meaning of string in c++?
Explain the scope of resolution operator.
How does atoi function work?
What is c++ map?