What is the output?
void main()
{
int i=0,a[10] = { 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 };
for(i=0;i<10;i++)
{
a[i]=a[a[i];
}
printf("%d ",a[2]);
}
Answers
Answered by
1
Answer:
q1
Explanation:
24
Answered by
0
jsjjejshe8j3b3bbehxuio2knendb
Similar questions
Physics,
2 months ago
Computer Science,
2 months ago
English,
4 months ago
Computer Science,
4 months ago
Math,
10 months ago
English,
10 months ago
English,
10 months ago