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 is your stream meaning?
In which layer of the network datastructure format change is done
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is data structure in c language?
What is character set?
How many keywords are there in c?
When should structures be passed by values or by references?
What is null pointer in c?
What are directives in c?
write a proram to reverse the string using switch case?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are header files? What are their uses?
What is graph in c?
What does it mean when the linker says that _end is undefined?
What are pointers? Why are they used?