0

Can't understand functions parameters can anyone please help?

17th Sep 2016, 8:30 AM
Adnan Siddiqui
2 Answers
+ 3
Function parameters are the inputs for function from where it got called.
17th Sep 2016, 8:32 AM
Geek
Geek - avatar
+ 2
A function needs input. The parameter is the input. When you run a function, the input is usually a variable, and the function manipulates the variable according to the code in the body.
20th Sep 2016, 11:48 AM
Jonathan Tairov
Jonathan Tairov - avatar