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 1535Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
1 1651
What does no cap mean?
What is #include sstream?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
How does polymorphism work?
Explain the advantages of using friend classes.
How many different levels of pointers are there?
What is multilevel inheritance in oop?
What are virtual functions in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What are the advantages of early binding?
What does ios :: app do in c++?
Can we create object of abstract class?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the difference between inheritance and polymorphism?
Is c the same as c++?