Skip to content

Conversation

@cmg2213
Copy link

@cmg2213 cmg2213 commented Jul 11, 2016

No description provided.

1:
++*p:advances the pointer one space in the array in memory, than checks what is in that spot.
*p++: checks the space in memory at that spot, then advances one space.
*++p" does the same as the first, because the placement of the '++' makes the difference, not the '*'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants