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
Can a file other than a .h file be included with #include?
What are the complete rules for header file searching?
What does c mean before a date?
Explain how can you tell whether two strings are the same?
What do you mean by a sequential access file?
What is far pointer in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain what are header files and explain what are its uses in c programming?
Difference between pass by reference and pass by value?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the main difference between calloc () and malloc ()?
Explain the concept and use of type void.
How does selection sort work in c?
how many errors in c explain deply
Explain the difference between malloc() and calloc() function?