RAJ SIR BIKANER
Pages
Home
songs.pk
Saturday, 19 May 2012
program to print ASCII values
48./*Write a
program to print ASCII values
*/
#include<stdio.h>
#include<conio.h>
main()
{
int a;
clrscr();
for(a=65;a<=90;a++)
printf(" %d",a);
getch();
}
OUTPUT
65 66 67 68 …………. 90
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment