Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / shivani

getchar() is a function call: it reads in a single
character and waits for the user to hit 'enter key' before
reading the character. This line is included because many
compiler environments will open a new console window, run
the program, and then close the window before you can see
the output. This command keeps that window from closing
because the program is not done yet because it waits for
you to hit enter. Including that line gives you time to see
the program run.
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 ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is actual parameter different from the formal parameter?

1059


What is a const pointer?

1196


Difference between malloc() and calloc() function?

1271


What does int main () mean?

1078


What is clrscr ()?

1173


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1485


Explain what is a const pointer?

1123


What is the difference between malloc() and calloc()?

1978


Why n++ execute faster than n+1 ?

3146


What are run-time errors?

1174


Which header file is used for clrscr?

1106


Can we access array using pointer in c language?

1127


What is the basic structure of c?

1154


What is the use of function overloading in C?

1213


Explain what are bus errors, memory faults, and core dumps?

1315