Categories

Programming Languages Questions - C++

Download PDF (5 Sample Questions)
What is correct about the static data member of a class?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Overloaded functions are called?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Type specifier is optional when declaring a function.
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
The void specifier is used if a function does not have return type.
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Which of the following is false for switch statement in C++?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
The continue statement.
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Which of the following is selection statement in C++?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Which of the following is not a looping statement in C?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Identify the correct statement regarding scope of variables.
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
The size of following variable is not 4 bytes in 32 bit systems.
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Which of the following is not a reserve keyword in C++?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
The “return 0;” statement in main function indicates?
Programming Languages C++ Objective
Posted: Mar 19, 2013 View Details
Showing 121 to 135 of 358 results
Feedback