declaration of more than one argument is separated by a
Answers
Answered by
1
Answer:
The maximum number of arguments (and corresponding parameters) is 253 for a single function. Arguments are separated by commas. ... In the old style, parameters that are not explicitly declared are assigned a default type of int . The scope of function parameters is the function itself.
Answered by
1
Answer:
The maximum number of arguments (and corresponding parameters) is 253 for a single function. Arguments are separated by commas. ... In the old style, parameters that are not explicitly declared are assigned a default type of int . The scope of function parameters is the function itself.
Similar questions