what is the difference between getch() and getchar()?
Answer Posted / shruti
@Nishi
the answer you have posted is wrong..
Getch() and getchar() are two inbuilt functions..
in getch()
the argument to the function is any key on the keyboard,
not necessarily be a character (A - Z).
getchar()
the argument is a character -> alphabet (A - Z)..
| Is This Answer Correct ? | 76 Yes | 43 No |
Post New Answer View All Answers
How can I make it pause before closing the program output window?
What language is windows 1.0 written?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Differentiate between the expression “++a” and “a++”?
What is the difference between fread buffer() and fwrite buffer()?
What is the difference between null pointer and wild pointer?
How to draw the flowchart for structure programs?
Is c object oriented?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is string constants?
What was noalias and what ever happened to it?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is pointers in c with example?
How do I copy files?