Programming MCQS - QUESTION DETAILS

What is the purpose of the 'getch' function in C?
A. Get a character without echoing to the screen
B. Get a character with echoing to the screen
C. Get an integer
D. Get a float

'getch' gets a character without echoing it to the screen.

Similar Questions

What is the output of printf("%d", ~5);?






What is the purpose of the 'strcat' function in C?






What is the purpose of the 'union' keyword in C?






Which function is used to compare two strings in C?






What is the purpose of the 'do-while' loop in C?






How do you declare a pointer in C?






What is the output of printf("%s", "Hello" + 1);?






How do you close a file in C?






What is the role of the 'static' keyword in C?






What is the purpose of the 'rand' function in C?