IDE and Compiler

List of some good IDE + Compiler for C.

Code::Blocks with Mingw (We Recommend this)

It's Free

Dev C++ with Mingw/GCC

It's Free

Xcode

It's Free

What is Compiler:

A compiler is a computer program that transforms human readable source code of another computer program into the machine readable code that a CPU can execute.

What is Interpreter:

An interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program.