Question: 4. What will be the output of the program? (1 Marks) #include void main() { } int x=4, y, z; y=--x; z=X--; printf(Z=%d X=%d,x,y);

4. What will be the output of the program? (1 Marks) #include void main() { } int x=4, y, z; y=--x; z=X--; printf("Z=%d X=%d",x,y);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
