The following variable is available in file1.c, who can access it?: static int average;

  1. Function declared static in the file1.c can access the variable

  2. All the functions in the file1.c can access the variable

  3. None of the options

  4. No function in file1.c can have access


Correct Option: B

Find more quizzes: