Pages
Home
Adsense Tips
Blogging Tips
SEO Tips
Wordpress
Thursday, February 27, 2014
Program to Display ASCCI Value of charater
#include<stdio.h>
#include<conio.h>
main()
{
char a;
printf("Enter any Cahracter\t=\t");
scanf("%c", & a);
printf("%c\t=\t%d",a,a);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment