C
Programming and Technical
Programming
Program
which one is the wrong integer array initialisation?
1.(iarr+2)
2.arr[ ]
3.(2+iarr)
4.none
Read Solution (Total 3)
-
- all
it is the differnt form of array initilization - 9 years agoHelpfull: Yes(1) No(3)
- (iarr+2) means iarr[2] so here 1 and 3 options are right answer may be none
- 9 years agoHelpfull: Yes(1) No(0)
- 4. None is the right answer
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question