OPERATING SYSTEMSOS Linux

Install C Compiler on Ubuntu Terminal in Sinhala 🇱🇰

Check Part 1 to Get Ubuntu Terminal on Windows 10

Windows File path to Ubuntu Files
C:UsersusernameAppDataLocalPackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalStaterootfshomeuser

Copy Paste These Commands (one by one)
sudo apt update
sudo apt-get upgrade
sudo apt-get install gcc
sudo apt-get install gdb

to Compile and Run C Program
Compile: gcc [programName].c -o programName
Run: ./programName

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *