what is control statement? explain all the the control statement in C language?
Answers
Answered by
0
Answer:
A control statement is a statement that determines whether other statements will be executed.
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 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.
Explanation:
I hope it will help you
pls mark me as brainilest.
Don't copy ok!!
If someone copy I will report
Thank you......!!
Answered by
0
Answer:
There are four types of control statements in C: Decision making statements. Selection statements. Iteration statements
Explanation:
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.
In C, a statement can be any of the following:
Labeled Statements.
Compound Statements.
Expression Statements.
Selection Statements.
Iteration Statements.
Jump Statements.
Similar questions