Cite This Page
Bibliographic details for Address of a variable
- Page name: Address of a variable
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 18 May 2024 08:03 UTC
- Date retrieved: 15 May 2025 00:45 UTC
- Permanent URL: https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533
- Page Version ID: 364533
Citation styles for Address of a variable
APA style
Address of a variable. (2024, May 18). Rosetta Code. Retrieved 00:45, May 15, 2025 from https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533.
MLA style
"Address of a variable." Rosetta Code. 18 May 2024, 08:03 UTC. 15 May 2025, 00:45 <https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533>.
MHRA style
Rosetta Code contributors, 'Address of a variable', Rosetta Code, 18 May 2024, 08:03 UTC, <https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533> [accessed 15 May 2025]
Chicago style
Rosetta Code contributors, "Address of a variable," Rosetta Code, https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533 (accessed May 15, 2025).
CBE/CSE style
Rosetta Code contributors. Address of a variable [Internet]. Rosetta Code; 2024 May 18, 08:03 UTC [cited 2025 May 15]. Available from: https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533.
Bluebook style
Address of a variable, https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533 (last visited May 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Address of a variable --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533", note = "[Online; accessed 15-May-2025]" }
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 = "Address of a variable --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Address_of_a_variable?oldid=364533}", note = "[Online; accessed 15-May-2025]" }