what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / divyansh and ankur
as in the case of getch(),whn user rturn to the program after hitting the key that charctr will be erad n get stored as comapred with getch () the compiler will not store the value
,as by pressing alt+f5 in case getche ()
u wil notice tht scren will show the charctr that u pressed to go back o the progrm as it willl not show tht chrctr in simple getch()..thank u buddy
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Why isnt any of this standardized in c?
Is linux written in c?
What is meant by operator precedence?
What are high level languages like C and FORTRAN also known as?
When should the register modifier be used? Does it really help?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is structure in c explain with example?
Where we use clrscr in c?
What does %d do?
How many bytes are occupied by near, far and huge pointers (dos)?
How can I do serial ("comm") port I/O?
Write a program to reverse a given number in c?
code for find determinent of amatrix
Explain the difference between structs and unions in c?