0th index value is 4 so we have to check the value at index 4 and square it means 0x0=0 , and place the value at 0th index in same array
Answers
Answered by
0
int a[1] = {4};
a[0] = a [0] * a[0];
a[0] = a [0] * a[0];
Similar questions