QuestionQ36

Technology Essentials

Which of the following is the PRIMARY advantage of compiled programming languages?

  • A Ability to change code in production
  • B Streamlined development
  • C Faster application execution
  • D Flexible deployment
Explanation

Compiled programming languages typically produce machine code before runtime, which reduces interpretation overhead and enables faster application execution.

Community Discussion

No comments yet. Be the first to start the discussion!