Home » C Programming » Functions

Functions cannot return more than one value at a time

Correct Answer: True

Explanation:

True, A function cannot return more than one value at a time. because after returning a value the control is given back to calling function.

← Previous Question Next Question→

Discussion & Comments

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