InterviewSolution
Saved Bookmarks
| 1. |
Consider a program P that consists of two source modules M1(contains reference to a function defined in M2) and M2 contained in two different files.(a) Edit time(b) Compile time(c) Link time(d) Load timeI had been asked this question in my homework.Query is from Top-Down Parsing topic in section Topdown Parsing of Compiler |
|
Answer» The correct choice is (c) Link time |
|