This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code composer v4 - bad initialization of my array :OOOOOO

Hi,

I execute the following code:

void main(){

short int A[5]={0,0,0,0,0};

return;

}

How is it possible that this array shows random values?

Thank you in advance