PROGRAM TO CONVERT ANY INPUT TO ITS ASCII VALUE:-
#include<stdio.h>
main()
{
char ch;
printf(" Enter the character ");
scanf("%c",&ch);
printf(" ASCII value of %c is %d ",ch,ch);
}
This BLOG provides all the information(info) known by Hitesh(it's me). So name of this blog is "infohitesh". Do read and also comment if you find interesting.
No comments:
Post a Comment