Consider the following declarations: int a[10]; int *p=a; Which among the following is portable way to print value of pointer p?
Reveal answer
Fill a bubble to check yourself
Consider the following declarations: int a[10]; int *p=a; Which among the following is portable way to print value of pointer p?