Friday, 12 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

How to Compile and Run a C Program Using GCC on Ubuntu 18.04 LTS?

How to Compile and Run a C Program Using GCC on Ubuntu 18.04 LTS?У вашего броузера проблема в совместимости с HTML5
How to Compile and Run a C Program Using gcc on Ubuntu 18.04 LTS? Step 1: To check whether you have gcc installed or not on your ubuntu, Open 'Terminal.' Step 2: Type the command below, and then hit enter. gcc --version If you get version info of gcc that means you gcc installed. if you get error like that 'command not found' or 'command not recognized' that means you don't have gcc installed. Type the command below to install gcc, and then hit Enter:- sudo apt install build-essential follow the instructions on terminal, and install it. Step 3: Now, go to the Directory where you have your C program file. After that type the command below to compile it, and hit enter. gcc your_c_Program_filename -o filename_that_you_want_to_give Step 4: To run it, type the command below, and then hit enter. ./filename_that_you_have_given It's done. Thanks for watching, please like and subscribe ============================================== YouTube Subscribe: https://goo.gl/4lCCN8 Patreon: https://www.patreon.com/TechMeSpot Facebook: https://www.facebook.com/techmespot Twitter: https://twitter.com/techmespot Website: http://techmespot.com #howto #gcc #Ubuntu
Мой аккаунт