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 all different types of pointers in c?
Why is c so important?
What is nested structure with example?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is actual argument?
what are non standard function in c
How can you access memory located at a certain address?
find out largest elemant of diagonalmatrix
What is an identifier?
please give me some tips for the placement in the TCS.
What are the two types of structure?
Can we compile a program without main() function?
What is break statement?
How do c compilers work?