what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sudhir tiwari
# 3 getch() returns to the program after hitting any key.
getche() waits for the character, read it and then returns
to the program
| Is This Answer Correct ? | 21 Yes | 17 No |
Post New Answer View All Answers
What are the 5 elements of structure?
What does the function toupper() do?
How can I do peek and poke in c?
Describe static function with its usage?
Which one would you prefer - a macro or a function?
Explain how do you convert strings to numbers in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Can a variable be both constant and volatile?
When should structures be passed by values or by references?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is #define in c?
What is double pointer?
State two uses of pointers in C?