+ 4
Is array name is always act as a pointer to first element or not? In C
I also searched it in google,it shows that array name not always acts as a pointer.... What does it means..... Can anyone please explain me? But below code work perfectly? https://code.sololearn.com/cr7fj63N2H50/?ref=app
4 ответов
+ 7
Array is not a pointer but it acts like a pointer.
Read this:
https://stackoverflow.com/questions/1641957/is-an-array-name-a-pointer
+ 3
Thank you so much Martin Taylor for your's best explanation....🙌
&&
Thank you Koral Q for your's eagerness and willing in solving questions😊