Interview Questions - C++ Programming

Who invented C++?






Which of the following is used for comments in C++?






Which of the following is not a type of Constructor in C++?






Which of the following type is provided by C++ but not C?






Which of the following correctly declares an array in C++






What is the size of wchar_t in C++?






Which is more effective while calling the C++ functions?






Which of the following is used to terminate the function declaration in C++?






What is Inheritance in C++?






Which of the following symbol is used to declare the preprocessor directives in C++?






What is meant by a polymorphism in C++?






What is abstract class in C++?






Which of the following shows multiple inheritances?






How many types of user-defined data type are in c++?






Is bool a fundamental data type in C++?






How many characters are specified in the ASCII scheme?






Which is correct with respect to the size of the data types?






What is the index number of the last element of an array with 9 elements?






Which reference modifier is used to define the reference variable?






The void pointer can point to which type of objects?






What will be used when terminating a structure?






What will be used when terminating a structure?






The if..else statement can be replaced by which operator?






The destination statement for the goto label is identified by what label?






In which of the following we cannot overload the function?