Respuesta :

Answer:

  •  int size[];
  •  int []size;

Explanation: The declaration of the size of array range can be done by the methods  int size[] and int[] size methods only where the length of the array can be mentioned in the"[]".

Other methods mention in the option are not suitable as" [] int size" declaration of length is mentioned before choosing the data type .Also "int array size;" is a false declaration because it  also does not specify the correct datatype .

ACCESS MORE
ACCESS MORE
ACCESS MORE
ACCESS MORE