0
What is an arguement
what does it do
1 Odpowiedź
+ 1
An argument is a piece of data that you give to a function. You can imagine a function as a machine and you feed it with arguments (raw material) to get your final result. When you execute a program in the command line, for example: "dir /p /w" , "/p" and "/w" are arguments