Skip to main content
C compiler

C compiler

1 4.7
A computer program that turns C code into instructions the computer can run
  • noun
  • /siː kəmˈpaɪlər/
  • Specialized
translation icon : compilador C
  • Many developers prefer the GNU C compiler for its versatility and powerful optimization features.

He his compiler would compile C++ down to C and then you could put it just through an ordinary C compiler for the back end.

Autoplay Next

Examples

  • The best cross-platform C compiler in the world, bar none, is free.

    Blog text (25)
  • He his compiler would compile C++ down to C and then you could put it just through an ordinary C compiler for the back end.

  • We coded most of the algorithms in C and compiled them using the IBM xlc C compiler version 1.3.

    Academic text (1997)
  • C compiler SDCC (sdcc.sf.net) is also free software.

    Blog text (25)
  • The C compiler translates the program into machine code so it can run on the computer.

  • You need to install a C compiler to build and execute your code.

Synonyms

compiler
vsC compiler
  • Specialized
14 5.5

A program that turns code written by people into machine code

is limited to translating code from one specific high-level language
compiling program
vsC compiler
  • Specialized
5.2

A program that turns programming code into instructions the computer can run

is focused on a single specific high-level language rather than any language

Surface Forms

C compiler singular
C compilers plural

Morphology

C + compiler

The meaning 'a compiler for the C programming language' is directly and compositionally derived from 'C' (the language) + 'compiler' (software that translates source code). This noun–noun compounding pattern is literal and common in computing and other languages, so a B1 learner who knows both constituent words should understand it.

Etymology

C compiler comes from the name C, a programming language, and the word compiler, which means a tool that 'translates' code written by a person into the language a computer understands. So a C compiler is simply a program that 'translates' C programs into computer code.