Hi All,
According to the C standard the size of int may vary depending on the machine type. I checked in limits.h file in Cygwin, the value of int is fixed to 4 bytes i.e UINT then how this value will become 2 bytes in other system as in limits.h this value is fixed.?
can any one explain me...
Regards
-Pradeepp
According to the C standard the size of int may vary depending on the machine type. I checked in limits.h file in Cygwin, the value of int is fixed to 4 bytes i.e UINT then how this value will become 2 bytes in other system as in limits.h this value is fixed.?
can any one explain me...
Regards
-Pradeepp
Comment