what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / 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 |
Post New Answer View All Answers
Is c still used?
What are different types of variables in c?
When should the register modifier be used? Does it really help?
What is variable initialization and why is it important?
where are auto variables stored? What are the characteristics of an auto variable?
What are the functions to open and close file in c language?
What is use of null pointer in c?
What is the difference between constant pointer and constant variable?
What the different types of arrays in c?
What is the difference between malloc calloc and realloc in c?
Explain b+ tree?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Why main is used in c?
Why c is known as a mother language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?