Computer Science, asked by nayansukh2011, 11 months ago

if the condition in a loop is false the first step itself we ,get ........... a . no output
b. infinite
c. error
d. normal​

Answers

Answered by Anonymous
29

d.normal

as it's control normally get out from the loop

#avi

Answered by Anonymous
6

If in a loop if it is false in the first step itself we, get  (a) no output

If we write a program for a loop correctly without any error then it will run without showing an error even if the condition for the loop is false.

Now if the condition is not fulfilled in the first step only then the program will move out of the loop and print whatever is thereafter that.

If there is any output given after the loop then that will be printed or if nothing is there then no output will be displayed.

Similar questions