Computer Science, asked by jsr4adityar, 18 days ago

1. Which statement is gives the increment to control variable, and directs the program control back to FOR statements?

Answers

Answered by mayanknagdali122993
0

Answer:

In the for loop firstly we initialized the variable after that condition is checking and the last step is the next step which increments or the decrements in the control variable to controlling the loop also it moves the control to the beginning of the loop.

Answered by dhruvkumargupta2009
0
In the for loop firstly we initialized the variable after that condition is checking and the last step is the next step which increments or the decrements in the control variable to controlling the loop also it moves the control to the beginning of the loop.
Similar questions