Exit 是C语言中的一个终止函数。 ... 在C语言的main函数中我们通常使用return (0);这样的方式返回一个值。 但这是限定在非void情况下的,也就是非void main()这样的形式。
確定! 回上一頁