Home » C Programming » Variables » Question
  1. What is the scope of a function?
    1. From the point of declaration to the end of the file in which it is defined
    2. Any source file in a program
    3. From the point of declaration to the end of the file being compiled
    4. Whole source file in which it is defined
    5. None of these
Correct Option: C

From the point of declaration to the end of the file being compiled



Your comments will be displayed only after manual approval.