Computer Science, asked by pranjal946, 1 year ago

what are control or counter variable in the loop

Answers

Answered by prabhat1234
2
syntax:
for(initial value; control value; updating statement)

Here variable used for control value is known as control or counter variable.
Answered by ayushkumarmmishra24
1

do......while statement

while statement

for loop

Similar questions