what is the difference between getch() and getche()?

Answer Posted / m.karthiga

the getch() does not echo any characters. but getche()
should echo the characters

Is This Answer Correct ?    67 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by scope of a variable in c?

544


What are the different properties of variable number of arguments?

664


Explain the bubble sort algorithm.

643


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

613


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

720






What is double pointer?

558


Explain the properties of union. What is the size of a union variable

718


What does & mean in scanf?

601


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

631


Are the outer parentheses in return statements really optional?

575


What is the use of #include in c?

574


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9655


what is a function method?give example?

1913


Explain how do I determine whether a character is numeric, alphabetic, and so on?

652


What is a string?

665