Q. What will happen if the loop condition will never become false?
β
Correct Answer: (B)
Program will loop infinitely
Explanation: An infinite loop in a program is a condition when the loop continues when the loop continues to run infinitely because the condition never becomes false.