True and false A compile a source code into an object code
Answers
Answered by
2
Answer:
its true
Explanation:
First the source is processed by a program called the compiler that converts it into machine-readable object code. In the second step, a program called a linker, links the object code and any needed libraries together to form an executable.
Similar questions