- 1
in a while loop the test statement will not enter the loop if the statement is false in c++
Is it true or false
2 Answers
+ 2
That's how it works. If the condition is false to begin with, the loop doesn't even run once.
0
Why are you asking this?