C - Loop Control Statements
Which of the following is the correct way to use the
continue statement inside a for loop in C?continue statement inside a for loop in C?continuecontinue statement is used alone to skip the current iteration.if (i == 2) continue; inside the loop body.continue; inside condition [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions