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 getche()?

Answer Posted / vinod kumar

getch() returns the character you typed without displaying
it on the screen.
getche() returns the character you typed by displaying
(echoing) it on the screen.
and finally, getchar() works similarly and echos the
character that u typed on the screen after "enter" is given.

Is This Answer Correct ?    31 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function simple definition?

1157


What is the difference between the local variable and global variable in c?

1012


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1188


What is difference between function overloading and operator overloading?

1135


What is zero based addressing?

1232


Explain what header files do I need in order to define the standard library functions I use?

1222


which type of aspect you want from the student.

2205


What is meant by type specifiers?

1179


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1171


What is a scope resolution operator in c?

1326


What does s c mean on snapchat?

1182


When should you not use a type cast?

1177


What is your stream meaning?

1331


Once I have used freopen, how can I get the original stdout (or stdin) back?

1119


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1322