Computer Science, asked by dhimangagann, 6 hours ago

Which statements in C programming are used for altering the normal flow of a program?​

Answers

Answered by rockscricket1
4

Answer:

The break; continue; and goto; statements are used to alter the normal flow of a program.

Explanation:

I hope it's correct

Similar questions