There are almost all codes are available from beginners level to advance level......---Shiba(RootCyberjet)
gcc file_name.c -o file_name
./file_name argument1 argument2...
- Go to
./profilefile - Open it in some text editor
- write down the following codes
export $PATH=".:$PATH" - save it and quit text editor.
- Hit the following command from where(I means directory) you want to compile & execute the code
source ~/.profile - Now to run just hit the command
file_name argument1 argument2...