Programming in C++
Description: Programming questions in C++ covers questions to test programming skills of students in development languages. | |
Number of Questions: 15 | |
Created by: Vinaya Modi | |
Tags: C Programming questions C language questions programming in C C++. C++ language questions Programming in C and C++ |
Which of the following is the process of creating instances from classes?
In C++, 'Car' is considered as which of the following?
Which of the following types of inheritance permits more than one super class and inherits features from all ancestors?
Which of the following is not a visibility mode in C++?
Which of the following operators in C++ cannot be overloaded?
Which of the following functions in C++ is used for performing short term calculation?
What will be the output of the following C++ statement? cout<<4.5%3;
Which of the following is not a header file in C++?
Which of the following statements is the correct output statement in C++?
Which of the following is not an advantage of using function in C++ program?
Which of the following is a pointer to the current object, which is passed implicitly to an overloaded function in C++?
In C++, if a class is derived from another derived class, then what is it known as?
A class named employee must have a constructor whose name is ___________.
Which of the following statements in C++ creates an infinite loop?
Which of the following statement is true about function overloading?