

McqMate
Q. |
What is the scope of a function? |
A. | Whole source file in which it is defined |
B. | From the point of declaration to the end of the file in which it is defined |
C. | Any source file in a program |
D. | From the point of declaration to the end of the file being compiled |
Answer» D. From the point of declaration to the end of the file being compiled |
View all MCQs in
C LanguageNo comments yet