58) A language L allows declaration of arrays whose sizes are not known during compilation. It is required to make efficient use of memory. Which one of the following is true ?
Answer is:
a compiler using dynamic memory allocation can be written for L
Related Compiler Design MCQ with Answers
Answer is:
formal parameters
Answer is:
MACRO M2, X
MACRO M2, X
IF EQ, X
M2 X
ENDC
IF NE, X
WORD X + 1
ENDC
ENDM
Answer is: