Programming - C++ Language - Discussion

You Are Here :: Home > C++ Language > C++ Language - Discussion

 



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: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion