I do understand what we use variable types for.. But i dont understand why they all have different sizes? i get that its because we want to store information.. But i dont understand what the information needs of space.
I know most of you wont understand what i mean, i am sorry :(
example:
BYTE = 8bits
DWORD = 32bits [Info],[],[]
or
int = 2bytes (i think)
double = 8bytes
If i had a value of 1667.. how many bytes would i need for that?