STL (140)
OOPS (873)
C++ General (2409)
What is the difference between set and map in c++?
Is nan a c++?
What is a class template?
What is one dimensional array in c++?
How to use CMutex, CSemaphore in VC++ MFC
What is pure oop?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Write a C++ program to print strings in reverse order.
What are the effects after calling the delete this operator ?
Incase of a function declaration, what is extern means?
How does a C++ structure differ from a C++ class?
What are the benefits of oop in c++?
Explain some examples of operator overloading?
What is void pointer in c++ with example?