Which of the following array declarations are invalid? State reasons for invalidity.
i) char name[]=new char[20];
ii) int m[]=new int[1-40];
iii) float amount[] = new amount[40];
iv) int score[]=new int[5];
Answers
Answered by
0
Answer:
( 3)
Explanation:
float amount []=new amount [40]
Similar questions