Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Sunday, January 3, 2010

Unformatted Input Function






























Unformatted Input FunctionHeader FileUse of the function
1) getch( );conio.hIt reads the typed single character instantly but does not echo / display it on the screen. Enter key is not required
2) getche( );conio.hIt reads the typed single character instantly and echoes / displays it on the screen. Enter key is not required.
3)getchar();stdio.hIt reads the typed single character only after hitting the enter key. It echoes / display the character on the screen.
4) gets();stdio.hIt reads the typed string completely only after hitting the enter key. It echoes the string on the screen

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP