what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / piyush srivastava
getch() function works to get character from the user,but it
is used to hold the output,it may have the alternatives but
it the easiest way to perform this action.
getch() only read the character from the user but getche
also display it on the output screen .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of c language?
what do you mean by inline function in C?
write a program to generate address labels using structures?
Do array subscripts always start with zero?
Explain the difference between getch() and getche() in c?
Explain what happens if you free a pointer twice?
What is function in c with example?
What functions are used in dynamic memory allocation in c?
Write a code of a general series where the next element is the sum of last k terms.
write a program to concatenation the string using switch case?
What is the use of function in c?
Do you know null pointer?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is pointer & why it is used?
how many key words availabel in c a) 28 b) 31 c) 32