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 Posted / 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 |
Post New Answer View All Answers
What are the two types of functions in c?
What does int main () mean?
Explain the advantages of using macro in c language?
What are the loops in c?
Differentiate between the expression “++a” and “a++”?
What are qualifiers?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain the use of 'auto' keyword
What are the characteristics of arrays in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Are there constructors in c?
What are pointers in C? Give an example where to illustrate their significance.
What does c mean before a date?
Explain how are 16- and 32-bit numbers stored?
How can you find the exact size of a data type in c?