Home » C Programming » Functions

Every function must return a value

Correct Answer: No

Explanation:

No, If a function return type is declared as void it cannot return any value.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion