USMANIHASAN7GO USMANIHASAN7GO Computers and Technology Answered #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