ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
検索内容:
call-by-reference
名詞
不可算名詞
(programming) An evaluation strategy in which the arguments to a function are evaluated first, and a pointer to the result is passed to the function.
日本語の意味
プログラミングにおける評価戦略で、関数に引数を渡す際、まず引数を評価し、その評価結果へのポインタ(参照)を関数に渡す方式。
英語の意味
(programming) An evaluation strategy in which the arguments to a function are evaluated first, and a pointer to the result is passed to the function.