The following variable is available in file1.c, who can access it?: static int average;
Function declared static in the file1.c can access the variable
All the functions in the file1.c can access the variable
None of the options
No function in file1.c can have access