which statements in c programming are used for altering tha normal flow of a progrom?
Answers
Answered by
0
Answer:
while loop. BREAK & CONTINUE STATEMENT: There are two statements built in C programming, break; and continue; to alter the normal flow of a program.
Explanation:
hope it helps;)
Answered by
1
Answer:
The goto statement can be used to alter the normal flow of control in a program.
Similar questions