It's not about whether or not I assign them... I was wonderng whether or not
array[2] = 2222
would give array[2] the value of 2222, or give the address pointed by array[2] the value of 2222 (which is itself, so it's a stupid question but I still need to know.)