Question: 6.6 What will be the output? #include void main(void) int data[3][2]={0,1,2,3); printf(%d,data[1][1]); } O 2 O Compilation error/Syntax error: array dimension mismatch with initial data
6.6 What will be the output? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
