Archive for the 'Multiple Choice Questions' Category

C++ Multiple Choice Questions Set 3

1. STL is based on which of the following programming paradigms? a. Structured Programming b. Object Oriented Programming (OOP) c. Functional Programming d. Aspect Oriented Programming (AOP) 2. Which of the following correctly describes the meaning of ‘namespace’ feature in C++? a. Namespaces refer to the memory space allocated for names used in a program [...]

Correct Answers to C++ MCQ Set 2

These are the answers to the C++ Multiple Choice Questions Set 2 filed under Multiple Choice Questions. You can click here to go to Questions of Set 2. 1. The conditional compilation c. It is compiling a program based on a condition 2. Originally ‘C’ was developed as: b. General purpose language 3. Minimum number [...]

C++ Multiple Choice Questions Set 2

C++ Multiple Choice Questions Set 1 was posted on Monday, June 7th, 2010 and is filed under Multiple Choice Questions. You can click here to go to Questions of Set 1 and the Answers of Set 1. Today, here are the twenty questions for second set – C++ Multiple Choice Questions Set 2. Click here [...]

Answers to C++ Multiple Choice Questions Set 1

These are the answers to Multiple Choice Questions Set – 1 from C++. Click here to go to Questions page. 1. Which of the following languages is a subset of C++ language? Answer: A. C Language C programs are also C++ programs. Hence C is a suset of C++ 2. Which of the following correctly [...]

Multiple Choice Questions Set 1

This page lists 20 multiple choice questions from C++ covering all the aspects of the language. Click here to go to the answers page for multiple choice questions set 1. 1. Which of the following languages is a subset of C++ language? A. C language B. Java Language C. C# language D. B language 2. [...]