Computer Science, asked by dimzokim8403, 9 months ago

किसी फंक्शन में कम-से-कम कितने आग्ग्यूमेण्ट होने चाहिए?

Answers

Answered by Anonymous
2

The maximum number of arguments (and corresponding parameters) is 253 for a single function. 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.

Similar questions