pointers in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers