Content deleted Content added
m Archiving 1 discussion(s) from Talk:C (programming language)) (bot |
m Archiving 1 discussion(s) from Talk:C (programming language)) (bot |
||
Line 120:
* [[commons:File:Hello World Brian Kernighan 1974.jpg|Hello World Brian Kernighan 1974.jpg]]<!-- COMMONSBOT: discussion | 2021-06-30T06:41:23.135118 | Hello World Brian Kernighan 1974.jpg -->
Participate in the deletion discussion at the [[commons:Commons:Deletion requests/File:Hello World Brian Kernighan 1974.jpg|nomination page]]. —[[User:Community Tech bot|Community Tech bot]] ([[User talk:Community Tech bot|talk]]) 06:41, 30 June 2021 (UTC)
==Pointer values==
: Pass-by-reference is simulated in C by explicitly passing pointer values.
'Pointer values' is specifically ambiguous. Suggest 'addresses' instead. Also: 'pass-by-reference' seems new. The accepted terms are 'call by reference' and 'call by value' (with a third method unused but for Algol - 'call by name'). Also: it's not really 'simulated' either, is it? It's done. <!-- Template:Unsigned --><span class="autosigned" style="font-size:85%;">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Brett Alexander Hunter|Brett Alexander Hunter]] ([[User talk:Brett Alexander Hunter#top|talk]] • [[Special:Contributions/Brett Alexander Hunter|contribs]]) 01:18, 6 August 2020 (UTC)</span>
|