Microcontroller › 8051 › Is that integer size would be differ for every 16bit, 32bit controller?? › in most of the cross
June 17, 2015 at 6:49 am
#12990
Ashutosh Bhatt
Participant
in most of the cross compilers int type data is always taken as 32 bit same as C compiler.
the varients in int type are
short int, long int, unsigned int, unsigned short int etc
the occupy different widths