Q. Which is the correct for() statement to run an infinite loop? (A) for(;;) (B) for(;;); (C) for(;;) (D) for(1;1;1) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) for(;;)