翻訳と辞書
Words near each other
・ calculator
・ calculus of communicating systems
・ calendar api
・ calendar application programming interface
・ caliban
・ calico
・ california state university san marcos
・ call unix
・ call-by-name
・ call-by-need
call-by-reference
・ call-by-value
・ call-by-value-result
・ call-level interface
・ call-with-current-continuation
・ call/cc
・ callback
・ callee
・ caller id
・ calling convention


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

call-by-reference : FOLDOC
call-by-reference
An argument passing convention where the address of an argument variable is passed to a function or procedure, as opposed to passing the value of the argument expression. Execution of the function or procedure may have side-effects on the actual argument as seen by the caller. The C language's "&" (address of) and "*" (dereference) operators allow the programmer to code explicit call-by-reference. Other languages provide special syntax to declare reference arguments (e.g. ALGOL 60).
See also call-by-name, call-by-value, call-by-value-result.
(2006-05-27)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.