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 |
What are structure types in C?
What are variables c?
What is a #include preprocessor?
If the size of int data type is two bytes, what is the range of signed int data type?
Software Interview Questions
Please write the area of a RIGHT ANGLED TRIANGLE.
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
how can we print hellow world programme without using semicolon
what is the use of keyword volatile??
What is variable in c example?
Write a code on reverse string and its complexity.
What is alloca() and why is its use discouraged?