Question: Suppose you create an array with the following statement: int[] choices = new int[4]; What is the default value in a typical element of this
Suppose you create an array with the following statement:
int[] choices = new int[4];
What is the default value in a typical element of this array? Is it garbage or something in particular?
Step by Step Solution
3.44 Rating (163 Votes )
There are 3 Steps involved in it
The elements of an array are li... View full answer
Get step-by-step solutions from verified subject matter experts
