gcc main.c

nehpets0701
1 min readSep 16, 2020

--

When a .c source code file is created, it cannot run by itself. It requires a compiler to turn the source code file into and executable file. One of the most common C compilers is called “gcc”. gcc stands for GNU compiler collection. When a file is compiled, it follows these steps: 1)Preprocessing 2)Compilation 3)Assembly 4)Linking. These steps allow for C code to be converted into a working, executable file.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

nehpets0701
nehpets0701

No responses yet

Write a response