STL (140)
OOPS (873)
C++ General (2409)
What are the two types of polymorphism?
What does <> mean pseudocode?
Is c++ a programming language?
What is constructor overloading in oop?
What is istream c++?
what is multi-threading in C++?
Explain virtual class and friend class.
What is the keyword auto for?
What are the uses of static class data?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
What are destructors?
What is a storage class?
What is ambiguity in inheritance?
Discuss the possibilities related to the termination of a program before entering the mainq method?