C-programs Make sure you have GCC installed in your system To compile the files in terminal gcc <filename.c> -o <filename> To execute ./filename