Some questions on output in C
How could the following be written more simply?
printf("Hello world%c",'\n');
Why is a single format for floating point numbers not really adequate?
Answers to these questions
.
Back to notes on output
.