Explain the difference between getch() and getche() in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  






What are the uses of null pointers?

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


What is 02d in c?

0 Answers  


why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


Categories