Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Pointers, Arrays and Structures in C++

Share this post!
 Vote this!

The interaction of pointers and arrays can be confusing but here are two fundamental statements about it:
  • A variable declared as an array of some type (e.g. int) acts as a pointer to that type. It points to the first element of the array.
  • A pointer can be used like an array name.  more...

0 comments:

Post a Comment