Answers for "what are parameters in programming"

0

what are parameters in programming

A parameter is a special kind of variable used in a function to refer to one of the pieces of data provided as input to the function. These pieces of data are the values of the arguments with which the function is going to be called/invoked.
Posted by: Guest on September-30-2021

Code answers related to "what are parameters in programming"

Browse Popular Code Answers by Language