
一c语言gcc编译过程:


三、GCC编译运行可执行文件main.c
gcc main.c -o main
./main 运行