Header Ads

Learn Together, Stay Connected.

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


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

No comments

Theme images by Dizzo. Powered by Blogger.