Symbol table – Compiler Design
Question 1 UGC NET June-2020 Which of the following are applications of symbol table? A) Storage allocation B) Checking type compatibility C) Suppressing duplicate error messages Choose the correct answer from the options given below: |
A – (A) and (B) only |
B – (A) and (C) only |
C – (B) and (C) only |
D – (A), (B) and (C) only |
Show Answer With Best Explanation
Answer : D
Explanation:
All the are applications of symbol table:
Storage allocation
Checking type compatibility
Suppressing duplicate error messages