Interview Questions

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

C Interview Questions and Answers


(Continued from previous question...)

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

Answer: all the functions in the file1.c can access the variable.

(Continued on next question...)

Other Interview Questions