usmanihasan7 usmanihasan7 04-07-2021 Computers and Technology contestada #include int main() { char ch; printf("Enter any letter"); ch=getch (); printf("\nYou Pressed %c",ch); return 0; } whats the error not giving the correct output