What is control statement in programming language?

Control Statement If a program is executed in normal flow then there is no problem but when some conditions are given then control commands helps us to make program execution easy.
There are fourteen types of control statements:
Arithmetic IF
Logical IF
Block IF
ELSE IF
ELSE
END IF
Unconditional GO TO
Computed GO TO
Assigned GO TO
DO
CONTINUE
STOP
PAUSE
END
Statement number: It is a number between 1 and 99999 used as a label to identity statement.