Who was the developer of C++ language ?
C++ is the extension of which computer language?
Which header file contains function prototype for the standard input and standard output function?
we can design a family of functions with one function name but with different argument lists(a function can be used for different purpose with a single name) This phenomenon is called ?
In C++ language the class variables are called by ____?
A special member function whose task is to initialize the objects of its class ,it is special because its name is the same as the class name is called by_____?
can the Constructor be over loaded or not ?
the operator " :: " is called by ____ in C++ language ?
in the following operator which one is the conditional operator ?
size operator is written as _____ in any programme ?