Consider the following array definition int ia[] = { 0, 1, 2, 3, 4, 5 };
What is the equivalent of the following statement? ia;
Reveal answer
Fill a bubble to check yourself
Consider the following array definition int ia[] = { 0, 1, 2, 3, 4, 5 };
What is the equivalent of the following statement? ia;