Header Ads

Learn Together, Stay Connected.

ক্যারেক্টার থেকে ASCII-C


#include <stdio.h>
#include<math.h>
int main()
{
    char a;
    scanf("%c",&a);
    printf("The ASCII value of %c is : %d",a,a);
    return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.