Computer Science, asked by anshurajput842749, 20 days ago

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

Answers

Answered by vashnavilond456
1

Explanation:

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

Answered by smmulla1288
0

Answer:

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

Similar questions