Home » C++ Programming » Questions and Answers » Question
  1. Which is used to use a function from one source file to another?
    1. declaration
    2. prototype
    3. code
    4. All of above
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.