Multiple choice In C++, 'For loop' consists of condition in the ___________ expression. initialization update test 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.