what values will be stored in X and Y respectively after executing the following intX =-10,Y; Y=--X
Answers
Answered by
3
Explanation:
Value of (*ptr) and then increment it. 4. What does the array 'arr' refer to? int* arr[8]; ... which can store integer pointers ... 8. *p1 = 20;. 9. printf("%d %d",x,y );. A. 20 20. B. 10 10. C. 10 20. D ...
Similar questions