|
|
|
|
复制本帖HTML代码
|
高亮:
今天贴
X 昨天贴
X 前天贴
X |
By default, main function is not void main(), but int main();
therefore, we should use "return 0".
In user defined functions, return type should match the type of
function prototype. In your function void ****(), we should
return void instead of return 0. Thus there will be no
compiling error.
^_^, Good good study, day day up!!!!!!!!!!!!!
.
|
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法! |
Put your OWN COOL signature here!
|
|