Advertisements
Advertisements
Question
What are parameters and list their types?
Short/Brief Note
Advertisements
Solution
Arguments or parameters are the means to pass values from the calling function to the called function. The variables used in the function definition as parameters are known as formal parameters. The constants, variables, or expressions used in the function call are known as actual parameters.
Types: Default arguments and Constant Arguments.
shaalaa.com
Is there an error in this question or solution?
