DAYS
HOUR
MINS
SEC
Error
Do sizeof datatypes in C dependent on
1. Processor
2. Architecture
3. compiler dependent
As sizeof(int) is 4 for both 32 bit and 64 bit architecture.
I am confused in this.
Please explain this.