Computer Science, asked by ranjeetkaur991478355, 5 hours ago

which statements in c programming are used for altering tha normal flow of a progrom?​

Answers

Answered by satamil0505
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 STRANGER1092008
1

Answer:

The goto statement can be used to alter the normal flow of control in a program.

Similar questions