External Subroutines Questions | Compiler Design

Question 1
Which of the following can be accessed by transfer vector approach of linking?
A
External data segments
B
External subroutines
C
Data located in other procedure
D
All of these
Question 1 Explanation: 
External subroutines are routines that are created and maintained separately from the program that will be calling them.

Refer : http://faculty.cs.niu.edu/~byrnes/csci360/notes/360ext.htm
There is 1 question to complete.

Leave a Reply