Computer Science, asked by tanayc, 6 months ago

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 sarthakyadav412
0

Answer:

( 3)

Explanation:

float amount []=new amount [40]

Similar questions