Multiple choice

In C++, 'For loop' consists of condition in the ___________ expression.

  1. initialization

  2. update

  3. test

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The test expression is an expression whose truth value decides whether the loop-body will be executed or not.