Cite This Page
Bibliographic details for Arrays
- Page name: Arrays
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 17 February 2025 06:38 UTC
- Date retrieved: 17 March 2025 11:33 UTC
- Permanent URL: https://rosettacode.org/wiki/Arrays?oldid=377218
- Page Version ID: 377218
Citation styles for Arrays
APA style
Arrays. (2025, February 17). Rosetta Code. Retrieved 11:33, March 17, 2025 from https://rosettacode.org/wiki/Arrays?oldid=377218.
MLA style
"Arrays." Rosetta Code. 17 Feb 2025, 06:38 UTC. 17 Mar 2025, 11:33 <https://rosettacode.org/wiki/Arrays?oldid=377218>.
MHRA style
Rosetta Code contributors, 'Arrays', Rosetta Code, 17 February 2025, 06:38 UTC, <https://rosettacode.org/wiki/Arrays?oldid=377218> [accessed 17 March 2025]
Chicago style
Rosetta Code contributors, "Arrays," Rosetta Code, https://rosettacode.org/wiki/Arrays?oldid=377218 (accessed March 17, 2025).
CBE/CSE style
Rosetta Code contributors. Arrays [Internet]. Rosetta Code; 2025 Feb 17, 06:38 UTC [cited 2025 Mar 17]. Available from: https://rosettacode.org/wiki/Arrays?oldid=377218.
Bluebook style
Arrays, https://rosettacode.org/wiki/Arrays?oldid=377218 (last visited March 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Arrays --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Arrays?oldid=377218", note = "[Online; accessed 17-March-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 = "Arrays --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Arrays?oldid=377218}", note = "[Online; accessed 17-March-2025]" }