#include<stdio.h>
void main()
{
    char a;
    printf("The character is :, %c",);
    scanf("%c",&a);
}