Code:
typedef int c[12];
c name={1,2,3,4};
cout<<name[0];
how does the above code work ??