M
Minti
Shalini said:what does the size of an integer depend on ?? is it the Operating
system, processor or the associated memory in the system ??
Well primarily the size of the integer depends upon the processor itself
only. However processors do indeed have support for backward compatibility,
so you can see you code compiled by Turbo C++ 3.0 and other esoteric
compilers which have 16 bit integers execute quite easily on 32 bit
platforms and for that matter also on 64 bit platforms.