Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

Command to compile and execute a c file program consecutively

$ gcc hello.c
$ ./a.out
Hello, World!
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #Command #compile #execute #file #program #consecutively
ADD COMMENT
Topic
Name
2+3 =