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 is #include stdio h?
Explain how do you print only part of a string?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What does p mean in physics?
Write a C program in Fibonacci series.
Can a file other than a .h file be included with #include?
why return type of main is not necessary in linux
What is stack in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Why we not create function inside function.
diff between exptected result and requirement?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Function calling procedures? and their differences? Why should one go for Call by Reference?
Can a variable be both static and volatile in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays