What are control structures?

2 years ago
C Programming

Control structures take charge at which instructions are to be performed in a program. This means that program flow may not necessarily move from one statement to the next one, but rather some alternative portions may need to be pass into or bypassed from, depending on the outcome of the conditional statements.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions