How to create and execute a C program in linux
To Create a .c file, right-click on the desktop and select a new document and give the name as print.c. Open the file it may be opened in any text…
To Create a .c file, right-click on the desktop and select a new document and give the name as print.c. Open the file it may be opened in any text…
cd change directory(cd) is change the path to given path. Ex: cd /home cd /mnt pwd present working directory (pwd) it shows the current path. Ex./home/Desktop mv move (mv)…