Hindi, asked by jvptel303, 20 days ago

The __ statement in c language is used to bting the program control to the begninnig of the loop

Answers

Answered by jagwinderkaur497
0

Answer:

The statement that transfer control to the beginning of the loop is called the continue statement. In C language programming, the continue statement forces the next iteration to be executed without skipping any intermediate statements in the loop.

Similar questions