What are the responsibilities of Storage Assignment in a program?

Choose the correct answer

Explanation

Storage Assignment involves allocating memory for literals with proper initialization, reserving space for temporary variables used in intermediate computations, and assigning storage for all variables referenced in the source program. Therefore, all these functions are encompassed under Storage Assignment.

What are the responsibilities of Storage Assignment … — Language processors | PakQuizHub