Answers

Question and Answer:

  Home  Linux GCC Compiler

⟩ Which compilation step makes sure that all the undefined symbols in the code are resolved? a) linking b) compiling c) preporcessing d) none of the mentioned

a) linking

Explanation:

An undefined symbol is one for which there is no definition available.

 146 views

More Questions for you: