Skip to content

National Teaching and Learning Change ProgrammeInformation and Communication Technology: Dictionary

parameter passing

A parameter is information about a data item being supplied to a function or procedure when it is called. With a high-level language the parameters are generally enclosed in brackets after the procedure or function name. The data can be a constant or the contents of a variable. When the function or procedure is used, the calling program must pass parameters to it (parameter passing).

Jump:a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-symbols