Answers for "execute c program in linuz"

4

how to run c in linux

gcc hexdump.c -o hexdump //hexdump is an example for a file name
Posted by: Guest on August-05-2020
-1

execute c program in linuz

$ ./programName
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language