Problem 1. What is the purpose of Symbol Table? Write a brief note on various Data structures used in implementing Symbol Tables
- Stating Purpose
- Writing note on various Data structures used in implementing Symbol Tables
Problem 2. Explain Syntactic Error, Semantic Error and Dynamic Errors with suitable examples.
- Explanation with examples of
- Syntactic Error
- Semantic Error
- Dynamic Errors
Problem 3. What is hash table? Why do we need it for symbol table implementation?
- Defining hash table
- Explaining its need for symbol table implementation