STL (140)
OOPS (873)
C++ General (2409)
What would happen on forgetting [], while deallocating an array through new?
What is polymorphism and example?
What is time h in c++?
What is the main purpose of inheritance law?
If a header file is included twice by mistake in the program, will it give any error?
Is c++ a high level language?
List different attributes in C++?
What is a modifier in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is a float in c++?
Why do we need oop?
What is stl stack?
Where is pseudocode used?
Is map thread safe c++?
What is searching? Explain linear and binary search.