C语言备忘

经常使用知识:

  • 编译 : gcc hello.c -o hello函数

  • 运行 : ./hello.outcode

  • C99 标准中main函数返回必须为int型,而不是void型。编译

相关文章
相关标签/搜索