Header Ads

Learn Together, Stay Connected.

বড় হাতের অক্ষর-C


#include <stdio.h>
#include<math.h>
int main()
{
char n;
scanf("%c",&n);
if(n>='a'&& n<='z')
{
printf("%c\n",n-97+65);
}
else
{
printf("%c\n",n);
}
return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.