Skip to content

Opening book details…

About this document

Understanding C Tokens and Compilation Steps by logicballia is a document available to read on EtoBox.

The basic units of a C program are called C tokens, which include keywords, identifiers, constants, variables, strings, and operators. There are four main stages to compiling a C program: preprocessing, compilation, assembly, and linking. Preprocessing handles preprocessor commands and stripping comments. Compilation translates preprocessed code to assembly instructions. Assembly translates assembly instructions to object code. Linking arranges object code pieces and adds library functions to produce an exe

Author
logicballia
Language
EN