Google News
logo
CPP - Quiz(MCQ)
Which is used to use a function from one source file to another?
A)
variable
B)
code
C)
declaration
D)
prototype

Correct Answer :   prototype


Explanation : By defining a function’s prototype in another file means, we can inherit all the features from the source function.

Advertisement