[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Loop Control - Discussion

Home > C Programming > Loop Control > MCQs Questions Discussion

45 / 61

Choose the correct option.

What's wrong? while( (i < 10) && (i > 10))

Athe logical operator && cannot be used in a test condition

Bthe while loop is an exit-condition loop

Cthe test condition is always false

Dthe test condition is always true

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!