在C中,当一个函数的返回类型为say int并且我在函数中不包含返回调用时,我只会收到警告.
int
这可以接受吗?
int foo() { int number = 0; }
返回值是多少?
c c++
c ×1
c++ ×1