Copyright © Philip M. Parker, INSEAD. Terms of Use.

| Domain | Definition |
Computing | Call-by-reference An argument passing convention where the address of an argument variable is passed to a function or procedure, as opposed to where the value of the argument expression is passed. 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. Source: The Free On-line Dictionary of Computing. |
Source: compiled by the editor from various references; see credits. | |
Crosswords: CALL-BY-REFERENCE |
| Specialty definitions using "CALL-BY-REFERENCE": Application Program Interface ♦ call-by-value-result. (references) |
| Language | Translations for "CALL-BY-REFERENCE"; alternative meanings/domain in parentheses. | ||||
Chinese | ๅซ็"ฑๅ่. (various references) | ||||
Korean | ๋ถ๋ฅด ์ ์ํ์ฌ ์ฐธ์กฐ. (various references) | ||||
Pig Latin | all-by-referencecay | ||||
Scrabble® Enable2K-Verified Anagrams | |
| Words within the letters "a-b-c-c-e-e-e-e-f-l-l-n-r-r-y" | |
-5 letters: cerebellar, cerebrally, freelancer, recyclable. | |
| Source: compiled by the editor from various references; see credits. SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro. | |
| 1. Crosswords 2. Translations: Modern 3. Anagrams 4. Bibliography |
Copyright © Philip M. Parker, INSEAD. Terms of Use.