Cite This Page
Bibliographic details for Output
- Page name: Output
- Author: SizeCoding contributors
- Publisher: SizeCoding, .
- Date of last revision: 8 April 2024 19:19 UTC
- Date retrieved: 3 November 2025 15:21 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Output&oldid=233
- Page Version ID: 233
Citation styles for Output
APA style
Output. (2024, April 8). SizeCoding, . Retrieved 15:21, November 3, 2025 from http://www.sizecoding.org/index.php?title=Output&oldid=233.
MLA style
"Output." SizeCoding, . 8 Apr 2024, 19:19 UTC. 3 Nov 2025, 15:21 <http://www.sizecoding.org/index.php?title=Output&oldid=233>.
MHRA style
SizeCoding contributors, 'Output', SizeCoding, , 8 April 2024, 19:19 UTC, <http://www.sizecoding.org/index.php?title=Output&oldid=233> [accessed 3 November 2025]
Chicago style
SizeCoding contributors, "Output," SizeCoding, , http://www.sizecoding.org/index.php?title=Output&oldid=233 (accessed November 3, 2025).
CBE/CSE style
SizeCoding contributors. Output [Internet]. SizeCoding, ; 2024 Apr 8, 19:19 UTC [cited 2025 Nov 3]. Available from: http://www.sizecoding.org/index.php?title=Output&oldid=233.
Bluebook style
Output, http://www.sizecoding.org/index.php?title=Output&oldid=233 (last visited November 3, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "SizeCoding",
title = "Output --- SizeCoding{,} ",
year = "2024",
url = "http://www.sizecoding.org/index.php?title=Output&oldid=233",
note = "[Online; accessed 3-November-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 = "SizeCoding",
title = "Output --- SizeCoding{,} ",
year = "2024",
url = "\url{http://www.sizecoding.org/index.php?title=Output&oldid=233}",
note = "[Online; accessed 3-November-2025]"
}