emon's blog
স্বপ্নবাজ এক তরুনের মুক্ত চিন্তাধারা
Showing posts with label
ascii value
.
Show all posts
Showing posts with label
ascii value
.
Show all posts
Friday, December 30
//c program for ascii value of a character//
#include
void main()
{
int a;
printf("ENTER THE CHARACTER\n");
a=getchar();
printf("THE ASCII VALUE OF CHARACTER is %d\n",z);
}
Older Posts
Home
Subscribe to:
Posts (Atom)