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

Answer Posted / sudhir tiwari

# 3 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 ?    21 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we declare variables in c?

575


What is the difference between printf and scanf )?

597


What is exit() function?

563


What is 1f in c?

1842


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2940






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

671


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


Tell me about low level programming languages.

648


How can you access memory located at a certain address?

670


What is the use of void pointer and null pointer in c language?

633


Add Two Numbers Without Using the Addition Operator

357


What are the different types of pointers used in c language?

614


using for loop sum 2 number of any 4 digit number in c language

1738


What is structure and union in c?

605


What is the maximum no. of arguments that can be given in a command line in C.?

674