Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: as

The compilation process of a c source file

Posted on November 18, 2020March 23, 2021 by mohamad wael

Compiling a C source file , into an executable program , involves multiple steps . They are as follow :

Preparation of the source files

The first step in compiling a C source file , is the preparation of the … Read More

c as, cc, cpp, gcc, ld