This is a C project Using gcc as a compailer Execution command Step 1 To generate Object/Output file for the c program. gcc <filename.c> -o <Output_filename.o> Step 2 To execute output file ./Output_filename.o