-
What is the scope of a function?
-
- From the point of declaration to the end of the file in which it is defined
- Any source file in a program
- From the point of declaration to the end of the file being compiled
- Whole source file in which it is defined
- None of these
Correct Option: C
From the point of declaration to the end of the file being compiled