disadvantages of while loop in C Programming
Answers
Answered by
2
Answer:
While you're guaranteed to have the instructions executed at least once before evaluating your exit condition. The disadvantage of these control structures that poses a serious problem is when you don't include a way of changing your condition to a negative value to exit the loop ever, leading to an infinite loop.
Explanation:
HOPE THAT IT WILL HELP YOU.
Similar questions