Often, you can trace the origin of a bug back to a caller that's sending the wrong type of argument, the wrong number of arguments, or a mismatch between the order of actual and formal arguments.
常常可以发现bug的原因是调用者发送了类型错误的参数或数量错误的参数,或者实际参数和形式参数的次序不匹配。
The C language definition does not contemplate the question of procedures whose formal and actual argument lists disagree in number or type.
语言的定义并没有对函数的具体实现有过多的规定,比规定定义具体如参数的个数或类型。
Selects a member from a list of candidates, and performs type conversion from actual argument type to formal argument type.
从候选者列表中选择一个成员,并执行实参类型到形参类型的类型转换。
应用推荐