Skip to content

Conversation

@bettinabenitez
Copy link

No description provided.

@@ -0,0 +1,24 @@
Bettina Benitez

1. ++*p reads right to left. Therefore, it increments point p. Same with *++p, the order of operation is right to left. But point p is incremented then the dereferenced. *p++ is read left to right therefore it is incremented then dereferenced.
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