"C" Compiler
C compiler Ø Compiler : A compiler is system software that converts human readable source code into machine readable code which will be executed by CPU. Ø Interpreter : An interpreter is system software that directly executes program source code instructions written in a programming or scripting language, without previously compiling them into a machine language program. Ø List of some good IDE and Compilers for C 1. Code Blocks with Mingw available on Windows, Linux, and Mac. 2. Dev C++ with Mingw/GCC available on windows. 3. Xcode available on Mac. 4. Turbo C/C++ available on windows. 5 . GCC/g++: C and CPP compiler for Linux Operating systems.