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

Answer Posted / rajesh kumar

Waiting the input for output screen..

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between exit() and _exit() function in c?

588


Is c easier than java?

578


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

663


Difference between macros and inline functions? Can a function be forced as inline?

718


Write a program to check whether a number is prime or not using c?

580






what are the facialities provided by you after the selection of the student.

1664


Why enum is used in c?

531


What does & mean in scanf?

606


What are the advantages of using macro in c language?

596


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

657


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1934


What does the characters “r” and “w” mean when writing programs that will make use of files?

862


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1362


Why do we need functions in c?

565


What is a wrapper function in c?

592