Term of the Moment

dynamic IP address


Look Up Another Term


Redirected from: arg

Definition: argument


In programming, a value that is passed between programs, subroutines or functions. Arguments are independent items, or variables, that contain data or codes. When an argument is used to customize a program for a user, it is typically called a "parameter." See argc.