I am trying to print previously set integer with following code:
int n=015;
cout << n;
The output I am getting is 13. Why would it be?
I am trying to print previously set integer with following code:
int n=015;
cout << n;
The output I am getting is 13. Why would it be?