Question

    What is the function of a compiler?

    A To debug programs Correct Answer Incorrect Answer
    B To execute the program Correct Answer Incorrect Answer
    C To translate high-level code to machine code Correct Answer Incorrect Answer
    D To scan viruses Correct Answer Incorrect Answer
    E All of the above Correct Answer Incorrect Answer

    Solution

    A compiler translates entire programs at once into machine language.

    Practice Next