Computer Science, asked by amanpreet84, 9 months ago

Number of arguments used with random() function​

Answers

Answered by aish2804
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 Vedantmore03022006
0

The arguments.length property contains the number of arguments passed to the function.

Similar questions