i am newbie in c ,i want to know on what parameters the size of int or char or float is decided , i mean does it depend on compiler only or "compiler and OS" or combination of all above and processor or RAM we are using
like...If we are using a 32 bit processor and OS is 16 bit , then will the size of int be 16 bits ?
like...If we are using a 32 bit processor and OS is 16 bit , then will the size of int be 16 bits ?
Comment