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?

  • (A) A compiler using static memory allocation can be written for L
  • (B) A compiler cannot be written for L, an interpreter must be used
  • (C) A compiler using dynamic memory allocation can be written for L
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) A compiler using dynamic memory allocation can be written for L

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate