Computer Science, asked by nainikanidhi1985, 19 days ago

any loop can be terminated prematurely using which command

Answers

Answered by Shreyas235674
1

Answer:

any loop can be terminated prematurely using dash command..

so the answer of this question is dash command..

dash command is used to terminate any loop prematurely..

Explanation:

Answered by bharathisakila
1

You can use the break statement to interrupt a loop that would otherwise be infinite. This allows you to perform, say, the statements in the first half of the

Similar questions