The number of bytes allocated in the memory for the int variable is compiler-dependent.
- 8/16 bit compiler allocates 2 Bytes (16 bits) for int variable. i.e Turbo C
- 32-bit compiler allocates 4 bytes (32 bits) for the same, i.e GCC
Log in to ask questions about PowerpointPPT publicly or anonymously.
The number of bytes allocated in the memory for the int variable is compiler-dependent.