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
what will be maximum number of comparisons when number of elements are given?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How can you tell whether a program was compiled using c versus c++?
What are the loops in c?
What is malloc and calloc?
How reliable are floating-point comparisons?
What is the purpose of sprintf?
What are qualifiers and modifiers c?
Explain how do you override a defined macro?
How do you determine the length of a string value that was stored in a variable?
What are shell structures used for?
How to explain the final year project as a fresher please answer with sample project
What is difference between constant pointer and constant variable?
Define the scope of static variables.
Why do we need arrays in c?