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 |
How to set file pointer to beginning c?
define c
What is an volatile variable?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is sizeof in c?
what is the difference between structure and union?
Explain what are multidimensional arrays?
write a program to print largest number of each row of a 2D array
How can I trap or ignore keyboard interrupts like control-c?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Will Macros support multiple arguments ?
What is the hardest programming language?