Multiple choice

Which of the following data structures in system software organises the symbol table in such a way that it is having two link fields LEFT and RIGHT to each record where the left link points to the left records and right link points to the right records?

  1. Arrays

  2. Stacks

  3. Queues

  4. Trees

  5. Lists

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the data structure in system software which organises the symbol table in such a way that it is having two link fields LEFT and RIGHT to each record where the left link points to the left records and right link points to the right records.