Why doesn't the compiler warns me about an obvious error?

后端 未结 5 1479
清歌不尽
清歌不尽 2020-12-12 07:48

So, I just studied the Arrays material and got a problem...
I got this following code:

int a[5]; 
int i;
for(i=0; i<=10; i++) {
             


        
5条回答
提交回复
热议问题