What is an arguement | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What is an arguement

what does it do

3rd Dec 2016, 1:21 AM
GeneralHamster
GeneralHamster - avatar
1 Respuesta
+ 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