#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int main(void)
{
    char ch;
    ch=getch();
    printf("%d \n",ch);
    ch=getch();
    printf("%d \n",ch);    
    system("pause");
    return 0;
}
										2016.11.19 09:00				
				키보드 화살표값 출력
																																			조회 수 1671					추천 수 0					댓글 0									
				
							
		
		
		
