0%

arg

Arg
A a

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of arg word

  • abbreviation Technical meaning of ARG argument 3
  • noun arg (computing, programming, informal) An argument; a value passed as a parameter. 1
  • noun Technical meaning of arg (programming)   (Or "arg") A value or reference passed to a function, procedure, subroutine, command or program, by the caller. For example, in the function definition square(x) = x * x x is the formal argument or "parameter", and in the call y = square(3+4) 3+4 is the actual argument. This will execute the function square with x having the value 7 and return the result 49. There are many different conventions for passing arguments to functions and procedures including call-by-value, call-by-name, call-by-reference, call-by-need. These affect whether the value of the argument is computed by the caller or the callee (the function) and whether the callee can modify the value of the argument as seen by the caller (if it is a variable). Arguments to functions are usually, following mathematical notation, written in parentheses after the function name, separated by commas (but see curried function). Arguments to a program are usually given after the command name, separated by spaces, e.g.: cat myfile yourfile hisfile Here "cat" is the command and "myfile", "yourfile", and "hisfile" are the arguments. 1
  • noun arg (Informal) (computing, programming) An argument; a value passed as a parameter. 0

Information block about the term

Parts of speech for Arg

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

arg popularity

A common word. It’s meaning is known to most children of preschool age. About 81% of English native speakers know the meaning and use the word.
This word is included in each student's vocabulary. Most likely there is at least one movie with this word in the title.

arg usage trend in Literature

This diagram is provided by Google Ngram Viewer

Top questions with arg

  • what is an arg?
  • what does arg mean?
  • what is arg?
  • how to make an arg?
  • what does arg stand for?
  • what is an arg file?

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?