Basic Syntax

Argument

English

Overview

A value passed when calling a function.

Details

A value passed when a function is called. The distinction between a parameter and an argument, and whether it's passed by value or by reference, affects behavior.

More Programming terms