Language Ccpp Cref Problems ASCII1.C

/ ************************************************************************
 * 
 * problem: Display an Ascii table. Basic version
 * Author: M J Leslie
 * Date: 12-Mar-94
 *
 ************************************************************************/
#include <stdio.h>			/* printf, putchar, fopen, fclose */
main()
{
int count;
for (count=0; count<=127; count++) 
 {
 printf("%2x %c \n", count, count); 	/* O/P hex and character formats */
 }
}

file: /Techref/language/ccpp/cref/PROBLEMS/ascii1.c, 0KB, , updated: 1997年4月21日 09:53, local time: 2025年9月8日 00:52,
40.74.122.252:LOG IN

©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/ccpp/cref/PROBLEMS/ascii1.c"> language ccpp cref PROBLEMS ascii1</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to techref.massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /