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.