How should I print the return of a function from main, what is standard practice?

前端 未结 0 1307
谎友^
谎友^ 2020-12-16 11:04

,,,

int main()
{
    int var=0;
    int ret= function(var);
    cout<

,,,

Should I do this ^

,,,

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题