// array containing 100 shorts (0 bytes) short *pa1 = &a 0;C/C Pointers vs References Consider the following code Pointers References int i;// Output 5 Here, the address of c is assigned to the pc pointer To get the value stored in that address, we used *pc Note In the above example, pc is a pointer
Pointers Vs References In C Scaler Topics