Q6
In C, what is the purpose of the 'return' statement in a function?
A.
To declare the function's return type
B.
To exit the program
C.
To return a value from the function
AnswerD.
To define a function
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board