Skip to content

Julia Tan - Assignment 7#17

Open
julialaurentan wants to merge 2 commits intoCPRO-Session1:masterfrom
julialaurentan:master
Open

Julia Tan - Assignment 7#17
julialaurentan wants to merge 2 commits intoCPRO-Session1:masterfrom
julialaurentan:master

Conversation

@julialaurentan
Copy link
Copy Markdown

No description provided.


++*p would be read as ++(*p). (dereferences p then increments it)
*p++ would be read as *(p++). (increments p then dereferences it)
*++p would be read as *(p++) as well. (incremeents p then dereferences it)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perfect answer! 💯

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