How to write C program in Linux Terminal | Step by Step guide

preview_player
Показать описание
Programming in linux terminal by using c language.
In this video you will be guided to code C program in terminal without using any IDE. Here you will learn to execute and compile the code by using linux command itself which is a lot faster than using the other code editors and compilers. GCC compiler is used to compile the code in this video.
If you do not have GCC installed in your machine then you can easily install it by running command :
sudo apt install gcc

if you do not have nano in your machine you can also easily download nano by running command
sudo apt install nano

Thank you for watching.
#
Рекомендации по теме