Join the growing community of curious minds on IDNLearn.com. Get the information you need quickly and accurately with our reliable and thorough Q&A platform.

#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