0
pointers in c
while declaring pointers in c we write int *p=NULL then we give the address p=&x; but in case of arrays why we are not passing address of array to pointer ?
1 Respuesta
while declaring pointers in c we write int *p=NULL then we give the address p=&x; but in case of arrays why we are not passing address of array to pointer ?