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


Please Help Members By Posting Answers For Below Questions

How to explain the final year project as a fresher please answer with sample project

463


Is calloc better than malloc?

570


Place the #include statement must be written in the program?

567


What does the format %10.2 mean when included in a printf statement?

1079


What is memcpy() function?

617






Write a program of prime number using recursion.

613


Write a program to print fibonacci series using recursion?

581


Explain how are portions of a program disabled in demo versions?

648


What is difference between structure and union in c?

539


What is pragma in c?

623


Can you subtract pointers from each other? Why would you?

556


How can I delete a file?

626


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

606


Are the expressions * ptr ++ and ++ * ptr same?

663


Why we not create function inside function.

1744