Which command can be used to compile a c source file?
Friday, February 17, 2023
Add Comment
Question: Which command can be used to compile a c source file?
The command used to compile a c source file is the “gcc” (GNU Compiler Collection) command. The gcc command takes in the c source file as an input which it then compiles into an executable file. The syntax for this command is:"gcc filename.c",where filename is the name of the c source file.
0 Komentar
Post a Comment