Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: By : Shravan Aras <EMAIL SNIPPED> Another interesting application of the getCh() function. Also from my experience i have observed that sometimes the program fails to stop at [CODE=C]scanf(...)[/CODE]. This happens because there is already some existing value in the buffer. To avoid this one can use [CODE=C]getCh();[/CODE] to first … |
The End.