Cite This Page
Bibliographic details for Creating an Array
- Page name: Creating an Array
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 29 November 2019 15:07 UTC
- Date retrieved: 6 February 2025 22:09 UTC
- Permanent URL: https://rosettacode.org/wiki/Creating_an_Array?oldid=6178
- Page Version ID: 6178
Citation styles for Creating an Array
APA style
Creating an Array. (2019, November 29). Rosetta Code. Retrieved 22:09, February 6, 2025 from https://rosettacode.org/wiki/Creating_an_Array?oldid=6178.
MLA style
"Creating an Array." Rosetta Code. 29 Nov 2019, 15:07 UTC. 6 Feb 2025, 22:09 <https://rosettacode.org/wiki/Creating_an_Array?oldid=6178>.
MHRA style
Rosetta Code contributors, 'Creating an Array', Rosetta Code, 29 November 2019, 15:07 UTC, <https://rosettacode.org/wiki/Creating_an_Array?oldid=6178> [accessed 6 February 2025]
Chicago style
Rosetta Code contributors, "Creating an Array," Rosetta Code, https://rosettacode.org/wiki/Creating_an_Array?oldid=6178 (accessed February 6, 2025).
CBE/CSE style
Rosetta Code contributors. Creating an Array [Internet]. Rosetta Code; 2019 Nov 29, 15:07 UTC [cited 2025 Feb 6]. Available from: https://rosettacode.org/wiki/Creating_an_Array?oldid=6178.
Bluebook style
Creating an Array, https://rosettacode.org/wiki/Creating_an_Array?oldid=6178 (last visited February 6, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Creating an Array --- Rosetta Code{,} ", year = "2019", url = "https://rosettacode.org/wiki/Creating_an_Array?oldid=6178", note = "[Online; accessed 6-February-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 = "Creating an Array --- Rosetta Code{,} ", year = "2019", url = "\url{https://rosettacode.org/wiki/Creating_an_Array?oldid=6178}", note = "[Online; accessed 6-February-2025]" }