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

Answers were Sorted based on User's Feedback



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

Answer / satnam

getch() is accept the input from the user & write directly in the memory without displaying on the screen.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / amna

getch function is used to input single chracter

Is This Answer Correct ?    1 Yes 0 No

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

Answer / sudheer varma

getch() is a predefined function.By using this function we
can read a key stroke from keyword.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / ajendra singh

During the program execution, a single character is get or read through the getch(). The given value is not displayed on the screen and the compiler does not wait for another character to be typed and returns to the program.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / valli

getche() is used to get a character from console and echoes to the screen.
getchar() is used to get or read the input (i.e a single character)at run time.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / padma

What is a meaning of initgraph in C ......

Is This Answer Correct ?    15 Yes 27 No

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

Answer / satish dwivedi

getch() represent in c program to receive value in input
integer and terminate the whole program.

Is This Answer Correct ?    14 Yes 26 No

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

Answer / vbr

getch() is the function to see the out put but getch()??
is used to examin the out put

Is This Answer Correct ?    74 Yes 103 No

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

Answer / vijay

if u uses gcc u find it good for nothing ..........

Is This Answer Correct ?    6 Yes 35 No

Post New Answer

More C Interview Questions

Is array name a pointer?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


What is NULL pointer?

0 Answers   Infosys,






An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


Is it fine to write void main () or main () in c?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


What is volatile

2 Answers  


What is C language Terminator?

15 Answers   TCS,


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


explain memory layout of a C program

2 Answers  


Categories