Will a catch statement catch a derived exception if it is looking for the base class?
What are shallow and deep copy?
Are strings immutable in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Is map thread safe c++?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
How does throwing and catching exceptions differ from using setjmp and longjmp?
Explain the difference between c & c++?
how to find the maximum of 10 numbers ?
Should the this pointer can be used in the constructor?
What is vectorial capacity?
What is the difference between an enumeration and a set of pre-processor # defines?
Do class declarations end with a semicolon?