Q. What is the scope of a function? (Solved)
1. Whole source file in which it is defined
2. From the point of declaration to the end of the file in which it is defined
3. Any source file in a program
4. From the point of declaration to the end of the file being compiled
- d. From the point of declaration to the end of the file being compiled