假设我在C中有一个函数定义为:
bool check ( int x, int y);
现在,如果我使用它 check(4);
check(4);
这将是什么价值y?
y
c arguments function
arguments ×1
c ×1
function ×1