How to install C and C++ Compiler in Ubuntu
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
0 comments:
Post a Comment