what is control statement?write name different control statement only.
Answers
Answered by
3
Answer:
Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be executed. They make it possible to make decisions, to perform tasks repeatedly or to jump from one section of code to another.
Similar questions