question archive What is the difference between an argument and a return value? How many arguments can a function call have?
Subject:Computer SciencePrice:3.86 Bought8
What is the difference between an argument and a return value? How many arguments can a function call have?
There are 3 main differences:
Arguments:
Return value:
The maximum number of arguments is 253 for a single function.