0
how much is the default size of int? is it refer to bit size? 32 bit? what is it for anyway? is it important?
4 Respuestas
0
the deafult size of int is 2bytes.. it means we can store values upto 2 bytes in an integer variable
0
1 byte = 8 bit
0
an int is OS dependent. in most modern day computing an int a 4 bytes, or 32 bits.
0
thanks fot the answers