Cite This Page
Bibliographic details for Parameter Passing
- Page name: Parameter Passing
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 15 June 2022 00:32 UTC
- Date retrieved: 23 March 2023 07:28 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374
- Page Version ID: 76374
Citation styles for Parameter Passing
APA style
Parameter Passing. (2022, June 15). Rosetta Code, . Retrieved 07:28, March 23, 2023 from https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374.
MLA style
"Parameter Passing." Rosetta Code, . 15 Jun 2022, 00:32 UTC. 23 Mar 2023, 07:28 <https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374>.
MHRA style
Rosetta Code contributors, 'Parameter Passing', Rosetta Code, , 15 June 2022, 00:32 UTC, <https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374> [accessed 23 March 2023]
Chicago style
Rosetta Code contributors, "Parameter Passing," Rosetta Code, , https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374 (accessed March 23, 2023).
CBE/CSE style
Rosetta Code contributors. Parameter Passing [Internet]. Rosetta Code, ; 2022 Jun 15, 00:32 UTC [cited 2023 Mar 23]. Available from: https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374.
Bluebook style
Parameter Passing, https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374 (last visited March 23, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parameter Passing --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374", note = "[Online; accessed 23-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parameter Passing --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Parameter_Passing&oldid=76374}", note = "[Online; accessed 23-March-2023]" }