What is the result of the following program? int a[2][2][2] = { 10, 2, 3, 4, 5, 6, 7, 8 }; printf("%d",***a);
Reveal answer
Fill a bubble to check yourself
What is the result of the following program? int a[2][2][2] = { 10, 2, 3, 4, 5, 6, 7, 8 }; printf("%d",***a);