Home » C Programming » Functions

Names of functions in two different files linked together must be unique

Correct Answer: True

Explanation:

True, If two function are declared in a same name, it gives "Error: Multiple declaration of function_name())".

← Previous Question Next Question→

Discussion & Comments

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