If int m = 50, n= 100, p=150;
pt #m
n++ / 2 :
p-= m++ % 2 + #n;
Answers
Answered by
1
Explanation:
array in contiguous memory locations. □The base address is the location of the ... p++ or p-- to move from one element to another ... The pointer p can be subscripted also just like an array! int main(). { int x[ 100], k, n;.
Similar questions