what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / rashmi
getch() helps in holding the console screen and helps in reading the codes properly
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What are the back slash character constants or escape sequence charactersavailable in c?
What is the full form of getch?
Is it better to bitshift a value than to multiply by 2?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the difference between text files and binary files?
Do pointers store the address of value or the actual value of a variable?
What are linked lists in c?
What is the method to save data in stack data structure type?
What is use of null pointer in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
int far *near * p; means
If fflush wont work, what can I use to flush input?
What are the types of data types and explain?
write a c program for swapping two strings using pointer
What is the use of bitwise operator?