Computer Science, asked by darshanapp76, 12 hours ago

4 What is function parameter? Explan different types of Parameters in c functions.​

Answers

Answered by chanshi27
1

Answer:

A parameter is a named variable passed into a function. Parameter variables are used to import arguments into functions. ... Function parameters are the names listed in the function's definition. Function arguments are the real values passed to the function.

Similar questions