what is the difference between getch() and getchar()?

Answer Posted / govind

getch is not waiting to press enter to show output on screen.
but getchar is waiting to press enter to show output

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806


Explain the red-black trees?

609


When should a type cast not be used?

627


What do you know about the use of bit field?

612


What is hashing in c?

644






If the size of int data type is two bytes, what is the range of signed int data type?

594


What will be your course of action for a push operation?

669


What is a memory leak? How to avoid it?

577


What does the c in ctime mean?

569


What is scope rule in c?

606


List a few unconditional control statement in c.

560


How can you return multiple values from a function?

634


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

664


What is structure and union in c?

603


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

813