what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sachin alawadhi
getch() function used to freeze the output screen after
the result and when the any key entered and return an ASCII
value of that character. But don't show what character was
entered by the user.
whereas getche() function shows ASCII value as well as
entered charachter.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of structure padding in c?
What is the difference between new and malloc functions?
Why can arithmetic operations not be performed on void pointers?
What does. int *x[](); means ?
What are compound statements?
What is extern storage class in c?
Tell me what are bitwise shift operators?
What is a pointer value and address in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are types of preprocessor in c?
Is boolean a datatype in c?
Explain About fork()?
What is clrscr ()?
What are variables c?
What are types of structure?