what is the difference between getch() and getche()?
Answer Posted / m.karthiga
the getch() does not echo any characters. but getche()
should echo the characters
| Is This Answer Correct ? | 67 Yes | 7 No |
Post New Answer View All Answers
What is output redirection?
What are the loops in c?
What does 2n 4c mean?
Implement bit Array in C.
How we can insert comments in a c program?
What is the significance of c program algorithms?
Can a function argument have default value?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
how to write a c program to print list of fruits in alpabetical order?
How the c program is executed?
What is a macro?
what is the format specifier for printing a pointer value?
What are the types of type specifiers?
Is this program statement valid? INT = 10.50;
how to execute a program using if else condition and the output should enter number and the number is odd only...