what is the reason for the difference between setprecision (12) and setprecision (012) for example,i
- by Ehsan Mamakani
In c++ when you write setprecision (12) for example, 12 is in the base of 10 but when you write it like setprecision (012) it is an octal number,why?