+ 1
what is arguments?
2 Antworten
+ 6
Argument is value given to the function or to procedure to do some traitement with this value like this :
you have this function in math
Y = 3 X + 4
When we give 0 to X then Y = 4
so, X is the argument or (Value)
Y is the output of the function (Result)
+ 2
Parameters of a function.