Computer Science, asked by lennyej5331, 1 year ago

What is the use of paremeters inside the function?

Answers

Answered by shree1306
1
https://goo.gl/search/What+is+the+use+of+paremeters+inside+the+function.
Parameter (computer programming) - The primary use of output parameters is to return multiple values from a function, while the use of input/output parameters is to modify state using parameter passing (rather than by shared environment, as in global variables).
Similar questions