Saved Bookmarks
| 1. |
किसी फंक्शन में कम-से-कम कितने आग्ग्यूमेण्ट होने चाहिए? |
Answer» 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. |
|