C- pointers what value will z have at the end of the following code: x= 500; y= 1000; *p= y; *q= x; z= *p;
Posted: Sun Jul 10, 2022 11:25 am
C- pointers
what value will z have at the end of the following code:
x= 500; y= 1000;
*p= y;
*q= x;
z= *p;
what value will z have at the end of the following code:
x= 500; y= 1000;
*p= y;
*q= x;
z= *p;