Computer Science, asked by sugaarmy5952, 9 months ago

The parameters appearing in function call statement are called

Answers

Answered by bktbunu
5

Explanation:

The parameters appearing in function call statement are called arguments or actual parameters

Answered by qwbravo
0

Actual parameters are the parameters appearing in the function call statement.

Actual Parameters:

a) The arguments which are passed in a function call are known as actual arguments.

b) Specification of the datatypes is not needed in the actual parameter.

c) Actual Parameters are preset in a calling subprogram.

d) These parameters can be constant variable names and also constant values.

e) These parameters don't need to be always variables.

Similar questions