a) What does the following statement do?
i) *ptr+=1;
ii) ++*ptr;
iii) (*ptr)++;
iv) *ptr++;
What does the following statement do?
July 8, 2021 in C and CPP
July 8, 2021 in C and CPP
a) What does the following statement do?
i) *ptr+=1;
ii) ++*ptr;
iii) (*ptr)++;
iv) *ptr++;