Q. What is the default value of an uninitialized int array element?
Solution:
Array elements of type int are automatically initialized to 0 if not explicitly set.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
Array elements of type int are automatically initialized to 0 if not explicitly set.
Strengthen Your Practice with our comprehensive question bank.