Home » C Programming » Functions

If return type for a function is not specified, it defaults to int

Correct Answer: True

Explanation:

True, The default return type for a function is int.

← Previous Question Next Question→

Discussion & Comments

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