codeGK
Code it ALL
C Installation - CodeGK
♦ C Installation

♣ C installation On Linux

Most modern Linux OS come prehand installed with gcc(compiler of C) package.
If, not present then it can be install by command: "sudo apt install gcc" .

♣ C installation On Windows

Download the package from Here.
Installation is a simple double click procedure.
After Installation add gcc to path variable.

♣ C installation On Mac-OS

Mac-OS has pre-built c compiler named clang, that can be used.
Prev_LessonNext_Lesson
C Installation