Assuming ip is a pointer; explain the function of following statements:

c) Assuming ip is a pointer; explain the function of following statements:
i) ip = ip + 5;
ii) ip = ip – 10;
iii) ip –
iv) *ip++
v) *ip –


Leave a Reply