#include<stdio.h>
int main()
{
    char a;
    printf ("The charecter is: %c\n",c);
    scanf ("%c",&c);
    return 0;
}