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

Answer Posted / sasireka

getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program

Is This Answer Correct ?    102 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

640


What is clrscr in c?

666


Where we use clrscr in c?

693


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1253


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

769






When do we get logical errors?

632


Write a program to swap two numbers without using the third variable?

591


What are the preprocessor categories?

633


What are the general description for loop statement and available loop types in c?

679


What is the code for 3 questions and answer check in VisualBasic.Net?

1682


Why do we use c for the speed of light?

602


Why should I use standard library functions instead of writing my own?

665


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176


Is anything faster than c?

577


What are the advantages of using new operator as compared to the function malloc ()?

751