STL (140)
OOPS (873)
C++ General (2409) Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
1069What can I safely assume about the initial values of variables which are not explicitly initialized?
1120Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
1166
Why namespace is used in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What do c++ programmers do?
What is the difference between the indirection operator and the address of oper-ator?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the function to call to turn an ascii string into a long?
Describe linked list using C++ with an example.
What is meant by exit controlled loop?
What is coupling in oops?
what is upcasting in C++?
Differentiate between an external iterator and an internal iterator?
what is c++
What are the advantages of c++? Explain
What is the protected keyword used for?