Programming C Tutorial
--------------------------------------------------------------------------------------
Friday, June 10, 2011
PRINTING ASCII VALUE USING C PROGRAM
#include
<stdio.h>
void
main
(){
int
i;
for
(i=0;i<=255;i++){
printf(
"%d -> %c "
,i,i);
}
return
0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment