🎴 Flashcard Mode

C++ Questions

Card1 / 14
Mastered0
Review0
QuestionClick to flip

What does a compiler do?

AnswerClick to flip back
A
It translates source code directly into assembly language or machine instructions. The eventual end product is a file or files containing machine code.
💡 Explanation:

This job is performed by compiler.

Change Mode