What is an arguement | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is an arguement

what does it do

3rd Dec 2016, 1:21 AM
GeneralHamster
GeneralHamster - avatar
1 Resposta
+ 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
3rd Dec 2016, 1:51 AM
Enrique D'Onofrio