Is both getch() and getchar() functions are similar? if it is
similar means why these two functions are used for same usage?
if it is not similar means what is the difference?
Answer / madhu.s.a
No ,its not same because getch()is used to get the output
screen and getchar() is used to get the single character
input.
I dont know whether it is correct or not.
| Is This Answer Correct ? | 21 Yes | 8 No |
Is null valid for pointers to functions?
What is the use of a static variable in c?
What's the difference between constant char *p and char * constant p?
what will be maximum number of comparisons when number of elements are given?
What is encapsulation?
What are the complete rules for header file searching?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
How many types of sorting are there in c?
What is the use of pragma in embedded c?
What is a null pointer in c?
Explain the difference between strcpy() and memcpy() function?
Where are c variables stored in memory?