what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / piyush srivastava
getch() function works to get character from the user,but it
is used to hold the output,it may have the alternatives but
it the easiest way to perform this action.
getch() only read the character from the user but getche
also display it on the output screen .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a programming in c to find the sum of all elements in an array through function.
What is difference between %d and %i in c?
hi any body pls give me company name interview conduct "c" language only
What are the advantages of using linked list for tree construction?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is assignment operator?
Why c is procedure oriented?
What is the advantage of a random access file?
What is the difference between int main and void main?
What is a constant?
Is c is a high level language?
diff between exptected result and requirement?
I need a sort of an approximate strcmp routine?
What does it mean when the linker says that _end is undefined?
Is malloc memset faster than calloc?