What do you mean by argument of a function? Explain formal arguments.
Answers
Answered by
1
Formal Parameters. When a function is called, the values (expressions) that are passed in the function call are called the arguments or actual parameters. The parameter used in function definition statement which contain data type on its time of declaration is called formal parameter.
Hope it helps!
Mark me as Brainlist plz:)
Answered by
0
Arguments which are mentioned in the definition of the function is called formal arguments. Formal arguments are very similar to local variables inside the function. ... Order, number, and type of the actual arguments in the function call must match with formal arguments of the function.
Similar questions