What does the following statement do?

a) What does the following statement do?
i) *ptr+=1;
ii) ++*ptr;
iii) (*ptr)++;
iv) *ptr++;


Leave a Reply