Posts by Dahlin Dos Santos Gomes • 11 points
1 post
-
1
votes7
answers26094
viewsA: What is the difference between parameter and argument?
In short: Parameter can be understood as a variable(location), a place, a container, etc. On the other hand, the Argument is the "current" value of the Parameter. EXAMPLE: (X + Y) WHERE "X" AND "Y"…