Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> void main(){ int arr[][3]={{1,2},{3,4,5},{5}}; printf("%d %d %d",sizeof(arr),arr[0][2],arr[1][2]); }

18 0 5

 213 views

More Questions for you: