Which statements in C programming are used for altering the normal flow of a program?
Answers
Answered by
1
Explanation:
The break; continue; and goto; statements are used to alter the normal flow of a program.
Answered by
0
Answer:
The break; continue; and goto; statements are used to alter the normal flow of a program
Similar questions