previous | start | next

Command to build ex1

gcc -Wall ex1.c -o ex1  
     

Option -Wall means print all warnings

Option -o ex1 means to name the output executable file to be 'ex1'



previous | start | next