Which of the Following is an incorrect array declaration Java MCQ.
a ) int[ ] b = new int[10];
b) int [ ] b;
c) int [ ] [ ] b = new int [10];
d) int [ ] [ ] b = { {1,2,3,4} , {4,3,2,1} };
Incorrect Is C) int [ ] [ ] b = new int[10];
Perform and Display all Array and Matrix operations in matlab matlab program