what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / karan kakade
it helps to keep the o/p screen stabel, or else the o/p
screen would blink n will go to notepad where we write
prog....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does #define work?
Find MAXIMUM of three distinct integers using a single C statement
What is volatile variable in c with example?
What is variable initialization and why is it important?
Why is #define used?
What are directives in c?
What is the 'named constructor idiom'?
What is the difference between new and malloc functions?
Describe explain how arrays can be passed to a user defined function
write a proram to reverse the string using switch case?
What is a union?
What is the difference between the local variable and global variable in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the difference between variable declaration and variable definition in c?
Should a function contain a return statement if it does not return a value?