10 August 2012

How to install C and C++ Compiler in Ubuntu

1 comment

To install C and C++ Compiler in Ubuntu open terminal and type following command

$ sudo apt-get install build-essential

Lets write and compile our C program , make new file new.c in gedit


Compile it using following command



If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

1 comment: