Posts by Charlie_frost • 19 points
1 post
-
1
votes2
answers83
viewsQ: Why do we use parameters/arguments in functions?
If a function can see environment variables, that is, it can see variables defined in the main program. Why we pass parameters and arguments to this function? In the example below, I wrote an…