Can we access an array as a pointer? Give an example – C interview question
Do you know that an array is basically a pointer to some sequential memory addresses in C? If you don’t know this, join me to learn a cool C programming pointer trick! In this article, I’ll show you how an array name acts like a pointer and how you can assign values using pointer notation. … Read more