Multiple choice technology programming languages C++ The snippet is illegal It loops forever It is ignored by compiler, but it is not illegal None of the Above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This question lacks context, but like question 135521, it refers to an infinite loop construct (such as while(true) or for(;;)), which is syntactically legal and loops forever.