C Programming and Technical Programming Technical

which is the wrong integer array initialisation?
1.(iarr+2)
2.arr[2]
3.(2+iarr)
4.none

Read Solution (Total 2)

C Other Question

int main()
{
int x=0xffff;
x=x<
which one is the wrong integer array initialisation?
1.(iarr+2)
2.arr[ ]
3.(2+iarr)
4.none