0
what are the results when we define a function and in the argument list pass values to the arguments? we pass values to this function. it will work with its default values or our new values?
2 odpowiedzi
+ 3
if we pass the values by reference, then it is default values otherwise new.
0
Fdi