What would be the result after the following code is executed final int size 25 int[]array1 int size follow this instructions dont refram the question give me complete question with same keywordsremove unneccesary symbol and also give 4 options?
a) Error: missing semicolon after int size = 25
b) Array array1 is initialized with 25 elements, all set to 0
c) Compilation error: cannot declare an array with a variable size
d) Array array1 is initialized with 25 elements, with unspecified values