what is the difference between getch() and getche()?
Answer Posted / umer khan
getch() is a library file to #include <conio.h> which is mostly used in stidios compiler......
while getche() takes input frm the user withtout presing '\r'
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the size of structure pointer in c?
What is double pointer in c?
What is a structure member in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain what are multibyte characters?
What is a scope resolution operator in c?
what are # pragma staments?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is a 'null pointer assignment' error?
Explain a pre-processor and its advantages.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How do you write a program which produces its own source code as output?
There seem to be a few missing operators ..
How is = symbol different from == symbol in c programming?