Computer Science, asked by ishwarprasadbarnwal, 5 months ago

what are control statement ??​

Answers

Answered by rohitmishra73
2

Answer:

The Control Statements are used for controlling the Execution of the program there are the three control statements those are break, goto, continue.

Answered by srishtithakur070807
0

Answer:

A control statement is a statement that determines whether other statements will be executed. An if statement decides whether to execute another statement, or decides which of two statements to execute. A loop decides how many times to execute another statement.

Similar questions