The C Compiler
C program is a set of instructions written in high-level language(English) and the computer won’t understand the High-level Language
The compiler compiles the source codes into final executable programs. The most frequently used and free available compiler is the GNU C/C++ compiler, otherwise you can have compilers either from HP or Solaris if you have the respective operating systems.compiler is a computer program (or a set of programs) that transforms source code written in a programming language

The section explains how to install GNU C/C++ compiler on various OS. We keep mentioning C/C++ together because GNU compiler works for both C and C++ programming languages......

                               how to run c program in linux/unix terminal


If you are using Linux or UNIX, then check whether GCC is installed on your system by entering the following command from the command line −

Comments

Popular posts from this blog

C LANGUAGE

How to do a clean install of mac OS

Compiling and Running Your First C Program