Number of arguments used with random() function
Answers
Answered by
0
Answer:
hey mate! here's your answer
Explanation:
The maximum number of arguments (and corresponding parameters) is 253 for a singlefunction. Arguments are separated by commas. However, the comma is not an operator in this context, and the arguments can be evaluated by the compiler in any order. There is, however, a sequence point before the actual call.
pls mark my answer as the brainliest and follow me
Answered by
0
The arguments.length property contains the number of arguments passed to the function.
Similar questions