MCQS Question
Pages
(Move to ...)
Home
▼
Thursday, January 13, 2011
(MCQs) - Multiple Choice Questions - MCQs from C++ set - 4
›
Question 1 In an assignment statement a=b; Which of the following statement is true? a. The variable a and the variable b are equal. ...
6 comments:
(MCQs) - Multiple Choice Questions - MCQs from C++ set - 5
›
Question 1 Streams are a. Abstraction to perform input and output operations in sequential media b. Abstraction to per...
1 comment:
(MCQs) - Multiple Choice Questions - MCQs from C++ set - 6
›
Question 1: cin extraction stops execution as soon as it finds any blank space character a. true b. false Question 2: Obs...
1 comment:
(MCQs) - Multiple Choice Questions - MCQs from C++ set - 7
›
Question 1: Find out the error in following block of code. If (x = 100) Cout << “x is 100”; a. 100 should be enclosed in qu...
2 comments:
(MCQs) - Multiple Choice Questions - MCQs from C++ set - 8
›
Question 1: The void specifier is used if a function does not have return type. a. True b. False Question 2: You must specify...
5 comments:
›
Home
View web version