From C Primer Plus, the 6th edition Chapter 4, Review Questions
I'm working on the last question, I assumed the answer is %12.2e
, but it display on the screen like '2.33e+02', one '0' missing.
I wonder if there is a way to change the display mode of exponent form floating-point number.
I'm using VS2015.