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 maximum length of an identifier?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Can the “if” function be used in comparing strings?
write a program to print sum of each row of a 2D array.
Explain can you assign a different address to an array tag?
What is variable in c example?
What is the explanation for prototype function in c?
How can you tell whether two strings are the same?
Can a variable be both constant and volatile?
can we define a function in structure?
Explain what is wrong in this statement?