compiler-design
October 7, 2023Compiler-Design
October 7, 2023Compiler-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
|
Edit time
|
|
|
Compile time
|
|
|
Link time
|
|
|
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.
