Problem
What storage scheme would you use for the following situations?
a. homer is a formal argument (parameter) to a function.
b. The secret variable is to be shared by two files.
c. The top secret variable is to be shared by the functions in one file but hidden from other files.
d. been called keeps track of how many times the function containing it has been called.