STL (140)
OOPS (873)
C++ General (2409) What happens when a function throws an exception that was not specified by an exception specification for this function?
1 1606Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
1 1732
What does new do in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
Can we inherit constructor in c++?
What methods can be overridden in java?
What's the most powerful programming language?
What is static modifier?
What is the renewal class?
What parameter does the constructor to an ofstream object take?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is the use of map in c++?
What are keywords in c++?
What is heap sort in c++?
Does c++ support multilevel and multiple inheritances?
What two types of containers does the stl provide?
Describe private, protected and public – the differences and give examples.