what is the use of getch() function in C program..
difference b/w getch() and getche()??

Answer Posted / rashmi

getch() helps in holding the console screen and helps in reading the codes properly

Is This Answer Correct ?    15 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us two differences between new () and malloc ()?

617


What is the size of structure pointer in c?

614


What is difference between array and pointer in c?

542


What is the role of && operator in a program code?

572


I came across some code that puts a (void) cast before each call to printf. Why?

685






What is the purpose of 'register' keyword?

694


Explain what are multibyte characters?

631


What are types of structure?

608


Explain how can I avoid the abort, retry, fail messages?

594


What is volatile keyword in c?

587


What is a list in c?

623


Explain the use of function toupper() with and example code?

656


What are data types in c language?

589


Explain how many levels deep can include files be nested?

630


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

647