Cite This Page
Bibliographic details for Stack
- Page name: Stack
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 11 November 2024 19:04 UTC
- Date retrieved: 19 January 2025 22:16 UTC
- Permanent URL: https://rosettacode.org/wiki/Stack?oldid=373069
- Page Version ID: 373069
Citation styles for Stack
APA style
Stack. (2024, November 11). Rosetta Code. Retrieved 22:16, January 19, 2025 from https://rosettacode.org/wiki/Stack?oldid=373069.
MLA style
"Stack." Rosetta Code. 11 Nov 2024, 19:04 UTC. 19 Jan 2025, 22:16 <https://rosettacode.org/wiki/Stack?oldid=373069>.
MHRA style
Rosetta Code contributors, 'Stack', Rosetta Code, 11 November 2024, 19:04 UTC, <https://rosettacode.org/wiki/Stack?oldid=373069> [accessed 19 January 2025]
Chicago style
Rosetta Code contributors, "Stack," Rosetta Code, https://rosettacode.org/wiki/Stack?oldid=373069 (accessed January 19, 2025).
CBE/CSE style
Rosetta Code contributors. Stack [Internet]. Rosetta Code; 2024 Nov 11, 19:04 UTC [cited 2025 Jan 19]. Available from: https://rosettacode.org/wiki/Stack?oldid=373069.
Bluebook style
Stack, https://rosettacode.org/wiki/Stack?oldid=373069 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Stack --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Stack?oldid=373069", note = "[Online; accessed 19-January-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 = "Stack --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Stack?oldid=373069}", note = "[Online; accessed 19-January-2025]" }