I have taken some courses in c/c++ and I understand that int type size is limited according to CPU architecture.
For 32bit the maximum value of int is 2^32
( 4,294,967,295
), but when I use calculator or excel i get huge number and great than 2^32
.
I am really don't understand this detail how this programs print value great great than 2^23 value .