Vidyalelo
C Programming · Q16

Control Structures

Programming · C Programming · question 16

Q16

In C, what is the purpose of the 'goto' statement?

A.
Break out of a loop
B.
Terminate the program
C.
Transfer control to a labeled statement
Answer
D.
Execute a function

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board