Some questions on output in C

  1. How could the following be written more simply?
    printf("Hello world%c",'\n');
    
  2. Why is a single format for floating point numbers not really adequate?

Answers to these questions.


Back to notes on output.