在Linux上,可以使用gcc命令来编译C语言程序。以下是基本的编译步骤:
cd
.c
hello.c
gcc hello.c -o hello
hello
./hello
这样,你就可以使用gcc在Linux上编译并运行C语言程序了。