Write the gcc command that will compile source.c and make an executable called program code example
Example: compile with gcc
#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename