Q383
The function(s) of the Storage Assignment is (are)
A.
to assign storage to all variables referenced in the source program.
B.
to assign storage to all temporary locations that are necessary for intermediate results.
C.
to assign storage to literals, and to ensure that the storage is allocate and appropriate locations are initialized.
D.
all of the above
AnswerE.
None of the above
Answer: Option D
Solution
Answer: Option D
Solution:
The function(s) of the Storage Assignment is (are) to assign storage to all variables referenced in the source program, to assign storage to all temporary locations that are necessary for intermediate results, to assign storage to literals, and to ensure that the storage is allocate and appropriate locations are initialized.