You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
P
char c ;
printf("Enter a character:");
c=getch(); //anyone help me ?
switch(c)
{
case"1":
printf("you pressed 1")
break;
.......