

McqMate
Q. |
What’s wrong? while( (i < 10) && (i > 24)) |
A. | the logical operator && cannot be used in a test condition |
B. | the while loop is an exit-condition loop |
C. | the test condition is always false |
D. | the test condition is always true |
Answer» D. the test condition is always true |
View all MCQs in
Object Oriented Programming In cppNo comments yet