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