#include <stdio.h>


int main(void)

{

char ASCII=0; //char 로 값을 받음. 


printf("문자 입력!: ");

scanf_s("%c", &ASCII); //



printf("그 글자는 %d! 으하하핳 \n", ASCII);//

system("pause");

return 0;

}



와이러노 ㅠㅠㅠ