how to run c file in linux
gcc fileName.c -o fileName //compiles it
./fileName //runs it
how to run c file in linux
gcc fileName.c -o fileName //compiles it
./fileName //runs it
how to run c in linux
gcc hexdump.c -o hexdump //hexdump is an example for a file name
how to compile a c file in linux
gcc filename.c -o anyname
./anyname
execute c program in linuz
$ ./programName
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us