Multiple choice

In which of the following is a program built from multiple subprograms and the references from one subprogram to another are made by using symbols?

  1. Program loading

  2. Relocation

  3. Symbol resolution

  4. None of these

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

Symbol resolution is a function in which a program is built from multiple subprograms and the references from one subprogram to another are made by using symbols.