Header Ads

Learn Together, Stay Connected.

বড় থেকে ছোট-C


#include <stdio.h>

int main()
{
    char a;

    scanf("%c",&a);

    printf("%c",a+97-65);

    return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.