+ 2
Is there any limit in how many arguments a function can take!
4 Answers
+ 5
No limit
Only time limit
124000+ arguments
^^^^^^^^^
Time limit exceeded
+ 4
there is no limit for number of arguments
https://code.sololearn.com/Wk3REQ6A1q6J/?ref=app
+ 4
There's only the memory limit: calling a function consume memory by handling a stack of call and new variable scopes ^^
+ 2
no.