X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "osmosis" Newsgroups: comp.os.msdos.djgpp Subject: scanf Lines: 14 X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Message-ID: Date: Mon, 7 Jan 2002 19:32:49 -0000 NNTP-Posting-Host: 212.134.20.129 X-Complaints-To: abuse AT ukonline DOT net X-Trace: monolith.news.easynet.net 1010431922 212.134.20.129 (Mon, 07 Jan 2002 19:32:02 GMT) NNTP-Posting-Date: Mon, 07 Jan 2002 19:32:02 GMT Organization: [posted via UK Online] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com why does int d; scanf("%d ", &d); printf("%d ", d); not print integer immediately, instead requiring to press a non-numerical character first?