what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / svmurali
getch() and getche()
both are getting input charecter to user
but getche() display the that charecter to screen
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain how do you generate random numbers in c?
What are the two types of functions in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain how do you convert strings to numbers in c?
Why does not c have an exponentiation operator?
What are Macros? What are its advantages and disadvantages?
What is bubble sort in c?
What is #line?
what are bit fields in c?
How can I dynamically allocate arrays?
What is the difference between c and python?
What is the difference between printf and scanf )?
What is the symbol indicated the c-preprocessor?
Is fortran faster than c?
ATM machine and railway reservation class/object diagram