how to compile a c program in ubuntu
//Compiling a C program
//gcc -o excecutable_filename filename.c
gcc -o hello hello.c
//Executing a C program
//./excecutable_filename
./hello
how to compile a c program in ubuntu
//Compiling a C program
//gcc -o excecutable_filename filename.c
gcc -o hello hello.c
//Executing a C program
//./excecutable_filename
./hello
how to run .C files in linux terminal
Print C files in Linux terminal (gcc installed)
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