[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

37 / 61

Choose the correct option.

The for statement which can precede a loop to be executed 50 times or till a boolean variable

Afor (i = 0; i < = 50 || found== false; i++)

Bfor (i = 0; i < 50 ||found == true; i++)

Cfor (i = 1; i <= 50 && found == true; i++)

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!