Hello friends,sometimes we need to run the C programs in the Linux Box,Today i am showing you people how to run an "C language program" from the Linux System.In linux we can use the gcc command to run C programsMost of the time by default the gcc installed in the linux.Type the following command to verify the gcc is installed :which gcc output/usr/bin/gccTo find the version of the gccgcc --verisionoutputgcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3Copyright (C) 2011 Free Software Foundation, Inc.This is free software; see the source for copying conditions. ...