Computer Science, asked by jeevikaanthwal10a521, 5 hours ago

Is any of the following is incorrect? Explain.
(i) int y[ ] = new int[100];
(ii) int [ ]d= new int[100];​

Answers

Answered by mayanksinghsomvanshi
0

Answer:

ii) is incorrect !

Explanation:

Brackets are applied only after the variable name .

Similar questions