iirc correctly, some compilers will supply variables with default values, if thats what you are asking (why the array has default values). arrays are just like variables (well, mostly) except the can hold more than one value
oh i see what you mean. hes asking why it says arrayA[20] at the beginning of the debugger output. this ends my help since ive never used that one before