call-by-value

See also: call by value

English

Alternative forms

Noun

call-by-value (uncountable)

  1. (programming) An evaluation strategy in which the arguments to a function are evaluated first, and the result is passed into the function.
    Synonym: pass-by-value
    Antonym: call-by-reference

Translations

See also

References