C - Loops
Which statement best describes the flow of a
while loop in C?while loop in C?while loop behaviorwhile loop first checks the condition before running the loop body.do-while, while may not run the body if the condition is false initially.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions