♦ 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.