[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

46 / 61

What's wrong? for

 (int k = 2, k <=12, k++)

Athe increment should always be ++k

Bthe variable must always be the letter i when using a for loop

Cthere should be a semicolon at the end of the statement

Dthe commas should be semicolons

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!