Consider the following 'C' code and write the output obtained.int a[3][3] = {{1,2,3,4},{5,6,7,8}}; printf(%d,a[0][2]);
Reveal answer
Fill a bubble to check yourself
Consider the following 'C' code and write the output obtained.int a[3][3] = {{1,2,3,4},{5,6,7,8}}; printf(%d,a[0][2]);