InterviewSolution
| 1. |
Write the size of the following arrays in number of bytes : (i) int Datal] = new int[20];(ii) long num[3] = new long[3];(iii) float X[][] new float[2][3]; |
|
Answer» .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... |
|