Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> #define var 3 void main(){ short num[3][2]={3,6,9,12,15,18}; printf("%d %d",*(num+1)[1],**(num+2));

15 15

 135 views

More Questions for you: