Q. Choose facts about continue; statement is C Language. (A) continue; is used to take the execution control to next iteration or sequence (B) continue; statement causes the statements below it to skip for execution (C) continue; is usually accompanied by IF statement. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above