Vidyalelo
C Programming · Q152

Function

Programming · C Programming · question 152

Q152

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board