pemo wrote:
> Vladimir S. Oka wrote:
>> wrote:
>
.... snip ...
>>
>>> printf("Input natural number :");
>>
>> Not terminating `printf` with \n makes it possible for the
>> implementation to NOT print anything out (at least not before
>> firts \n it sees).
>
> <snip>
>
> Could you explain this please ... seems like you're saying
> that, say,
>
> printf("Enter a number >");
>
> might result in printf not outputting anything?
> ==============
> *Not a pedant*
> ==============
Exactly. However explanations require pedantry, so we won't
inflict that on you.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>