0
My question is ,why array receive 7 element ?
int a[5]; for(i=0;i<6;i++) scanf("%d",&a[i]); for(i=0;i<6;i++) printf("%d",a[i]);
2 ответов
+ 1
Please elaborate more.
Put the text of the title in the body and give the question a descriptive title.
Please put the languag you use in the tags.
If you do all of this you have a much bigger change of people ansewering your question
0
Plz ans me