what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / sachin banaya
getch() is used to wait the execution of program on console
unless program will skeep the output witout showing on
console of program in short it all time to user to see
output during the run time of program
| Is This Answer Correct ? | 38 Yes | 16 No |
Post New Answer View All Answers
How can I remove the leading spaces from a string?
What are the types of type qualifiers in c?
What is a stream water?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
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
Stimulate calculator using Switch-case-default statement for two numbers
What is difference between far and near pointers?
What are the different types of objects used in c?
Explain the advantages and disadvantages of macros.
What is pointer in c?
explain what is a newline escape sequence?
what is bit rate & baud rate? plz give wave forms
What does c mean?
What type of function is main ()?