Vidyalelo
C Programming · Q28

Control Structures

Programming · C Programming · question 28

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
Answer
D.
Print a message

Answer: Option C

Solution

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