C, C++, etc Programing examples. Post as many you can. Test the programs and discuss about the output of the programes.
Forum rules
Please Discuss & post only about the programes and its Output
by charulatha » Tue Apr 13, 2010 2:30 pm
/* PRINTING ASCII VALUES AND THEIR RELATED CHARACTERS */
#include<stdio.h>
#include<conio.h>
main()
{int n=0;
while(n<=255)
{printf("%d-%c ",n,n);
n++;}
getch();
}
Regards,
Charulatha.
-

charulatha
- Moderator
-
- Posts: 669
- Joined: Sat Oct 17, 2009 2:54 pm
- membership: Senior Technician of The Institution of Engineers (India)- ST
Return to Computer Notes : Some Sample Programs
Who is online
Users browsing this forum: No registered users and 0 guests