+ 11
Above statement means creating an unnamed array and assigning it's first index address to the pointer *p. This is what we call compound literals in C. Now if you want to print then you will do it like: printf("%d %d", p[0], p[1]);
11th Feb 2019, 3:22 PM
blACk sh4d0w
blACk sh4d0w - avatar