Where does the returned value for 'main' function go?

前端 未结 4 730

In C, a function always returns its value to the calling function and never to itself (if return type is not void). Like,

i         


        
4条回答
提交回复
热议问题