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 ?

15th Sep 2019, 6:21 PM
Needhi Wadhs
Needhi Wadhs - avatar
0 ответов