유이챈러스 채널

#include <stdio.h>

int main()

{

char x = 'A';

printf("%d",x);

}