Difference between Arrays and Pointers

What is the difference between Arrays and Pointers?

Answer.

Arrays use subscripted variables to access and manipulate data. Array variables can be equivalently written using pointer expression.

Pointers are used to manipulate data using the address. Pointers use * operator to access the data pointed to by them.

Subscribe / Share

Article by Admin

Authors bio is coming up shortly. Read 528 articles by Admin
It's very calm over here, why not leave a comment?

Leave a Reply

You must be logged in to post a comment.