0
/ 10
How many times does the loop execute? That is, how many times is hello()
called?
for(;;) hello();
How many times does the loop execute? That is, how many times is hello()
called?
for(;;)
hello();
Your feedback will appear here when you check your answer.