Multiple choice

Which of the following is not a loading scheme of Yacc?

  1. Absolute loader

  2. Relocating loader

  3. Static loading

  4. Dynamic loading

  5. Dynamic linking

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

Yacc is an acronym for “Yet another compiler compiler”. It is a parser generator program in UNIX operating system. Its loading schemes are: Absolute loader, Relocating loader, Dynamic loading and Dynamic linking.