Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which declaration can assign the default value to an int type?
int myInt = new int();
int myInt = new int(default);
int myInt;
new int();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!