A-A+
The(72)turns the source file into an object fi
问题详情
The(72)turns the source file into an object file and the(73)turns the object file into an executable file.
A.translator
B.compiler
C.interpreter
D.linker请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:B
解析:译文:编译程序将源文件转换成目标文件,连接程序将目标文件转换成可执行文件。