Q28
What is the purpose of the 'return' statement in C?
A.
Terminate the program
B.
Exit a loop
C.
Return a value from a function
AnswerD.
Print a message
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board