...
compiler-design
October 7, 2023
Compiler-Design
October 7, 2023
compiler-design
October 7, 2023
Compiler-Design
October 7, 2023

Compiler-Design

Question 37

Consider a program P that consists of two source modules M1 and M2 contained in two different files. If M1 contains a reference to a function defined in M2, the reference will be resolved at

A
Edit time
B
Compile time
C
Link time
D
Load time
Question 37 Explanation: 
The link time can gives the reference to the executable file when the functions are present in the other modules.
Correct Answer: C
Question 37 Explanation: 
The link time can gives the reference to the executable file when the functions are present in the other modules.

Leave a Reply

Your email address will not be published. Required fields are marked *