There are no syntax errors so it does compile.
这里没有语法错误,所以它通过编译了。
- You then run a compiler, in our case called "GCC" -- -- one of the world's most popular -- and then you can run it with some number of switches, these command line arguments as they're called that somehow influences the behavior of this program.
然后你们运行编译器,在这里我们使用叫做“GCC“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。
So let's go ahead and compile this gcc math1.c.
我们接着通过键入“gcc,math1,c“来编译这个文件。
应用推荐