Advertisements
Advertisements
Question
Given below is a partial program code. Identify any error, if present. Also find the following in it:
[Class name, Object name, Array, member data, data type]
int RM [] = new RM[12];
Code Writing
Advertisements
Solution
int RM[] = new int[12];
Array name:RM
shaalaa.com
Is there an error in this question or solution?
