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
AnswerD.
Execute a function
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board