Answer:
In the given statement last line i.e, "The value of g[ 3 ] is -1" is the correct answer.
Explanation:
In the given statement an integer array g is declared, in the next line the size of the array, that is "23" is initialized, in which last option, that is g[3] is equal to -1 is correct, because array indexing always starts with 0, in this array it store integer value, and the wrong option can be described as follows: