Comment on the below while statement while (0 == 0) { } June 6, 2022 by admin โช Choose the correct option.Comment on the below while statement while (0 == 0) { }A. It has syntax error as there are no statements within braces {}B. It will run foreverC. It compares 0 with 0 and since they are equal it will exit the loop immediatelyD. It has syntax error as the same number is being compared with itself Submit Answer