Q. A language L allows declaration of arrays whose sizes are not known during compilation. It is required to make efficient use of memory. Which of the following is true? (Solved)
1. A compiler using static memory allocation can be written for L
2. A compiler cannot be written for L, an interpreter must be used
3. A compiler using dynamic memory allocation can be written for L
4. None of the above
- c. A compiler using dynamic memory allocation can be written for L