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 is the concatenation operator?
What is new line escape sequence?
WHAT IS C?
What are terms in math?
Why do we use header files in c?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
how to use virual function in real time example
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain what does the function toupper() do?
What is union and structure in c?
Write a program to print ASCII code for a given digit.
What is the method to save data in stack data structure type?