Cite This Page
Bibliographic details for Associative arrays/Creation/C
- Page name: Associative arrays/Creation/C
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 12 February 2016 23:58 UTC
- Date retrieved: 21 March 2023 20:58 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737
- Page Version ID: 198737
Citation styles for Associative arrays/Creation/C
APA style
Associative arrays/Creation/C. (2016, February 12). Rosetta Code, . Retrieved 20:58, March 21, 2023 from https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737.
MLA style
"Associative arrays/Creation/C." Rosetta Code, . 12 Feb 2016, 23:58 UTC. 21 Mar 2023, 20:58 <https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737>.
MHRA style
Rosetta Code contributors, 'Associative arrays/Creation/C', Rosetta Code, , 12 February 2016, 23:58 UTC, <https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737> [accessed 21 March 2023]
Chicago style
Rosetta Code contributors, "Associative arrays/Creation/C," Rosetta Code, , https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737 (accessed March 21, 2023).
CBE/CSE style
Rosetta Code contributors. Associative arrays/Creation/C [Internet]. Rosetta Code, ; 2016 Feb 12, 23:58 UTC [cited 2023 Mar 21]. Available from: https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737.
Bluebook style
Associative arrays/Creation/C, https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Associative arrays/Creation/C --- Rosetta Code{,} ", year = "2016", url = "https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737", note = "[Online; accessed 21-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 = "Associative arrays/Creation/C --- Rosetta Code{,} ", year = "2016", url = "\url{https://rosettacode.org/w/index.php?title=Associative_arrays/Creation/C&oldid=198737}", note = "[Online; accessed 21-March-2023]" }