choose the correct answers (Multiple Choice Questions) 1- Which of the following is considered a keyword in C++ LANGUAGE? A) For B) Long C) Cin D) All of these E) None of the above 2- In which part of the for loop termination condition is checked? for (I;II;III) A)I B) II C) III D)IV E) None of the above 3)IF a= -8, b=3, c1 = --a + b, c2 = a-- + b then the value of c1 and c2 respectively are: A) -7 , -4 B) -7 , -3 C) -4 , -4 D) -6 , -6 E) None of the above 5)The advantage of a SWITCH over an ELSE-IF statement is: A) A default condition can be used in switch B) The switch is easier to understand C) Several different condition can cause one set of statements to be executed in aswitch D) Several different statements can be executed in a switch E) All of the above 6)- In C++ LANGUAGE, cin and cout are the predefined stream ……. A) operators B) functions C) data types D) objects E) None of the above
choose the correct answers (Multiple Choice Questions)
1- Which of the following is considered a keyword in C++ LANGUAGE?
A) For
B) Long
C) Cin
D) All of these
E) None of the above
2- In which part of the for loop termination condition is checked?
for (I;II;III)
A)I
B) II
C) III
D)IV
E) None of the above
3)IF a= -8, b=3, c1 = --a + b, c2 = a-- + b then the value of c1 and c2
respectively are:
A) -7 , -4
B) -7 , -3
C) -4 , -4
D) -6 , -6
E) None of the above
5)The advantage of a SWITCH over an ELSE-IF statement is:
A) A default condition can be used in switch
B) The switch is easier to understand
C) Several different condition can cause one set of statements to be
executed in aswitch
D) Several different statements can be executed in a switch
E) All of the above
6)- In C++ LANGUAGE, cin and cout are the predefined stream …….
A) operators
B) functions
C) data types
D) objects
E) None of the above
Step by step
Solved in 2 steps