

InterviewSolution
Saved Bookmarks
1. |
Which is the standard C compiler used for the UNIX systems?(a) simulator(b) compiler(c) cc(d) scThis question was addressed to me in class test.I want to ask this question from The Compilation Process-II in division Writing Software for Embedded Systems of Embedded Systems |
Answer» CORRECT answer is (C) cc Easiest explanation: The cc is the STANDARD C compiler used in the UNIX system. Its command lines can be pre-processed, COMPILED, assembled and linked to create an executable FILE. |
|