Q28
What is the purpose of the 'goto' statement in C?
A.
End the program
B.
Skip a loop
C.
Transfer control
AnswerD.
Skip the current iteration
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board