C - Scanf straight into an function argument?

后端 未结 0 777
情深已故
情深已故 2021-01-30 10:08

So if I have the function foo:

float foo(float a, float b){
    return a*b;
}

and I call it from another function, how can I call it like this:

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