Computer Science, asked by singhvaibhav022, 8 months ago

Consider the following C-program. What does the program print?
71
1 #include<stdio.h>
21
3 | int main()
4 l {
5 int x = 20, *y, *z;
61
// Assume address of x is 500 and
81 // integer is 4 byte size
91 y = &x;
10
Z = y;
11 | *y++;
12 | *2++;
131 X++;
14 printf("x = %d, y = %d, z = %d\n", x, y, z);
15 | return 0;
16 I }​

Answers

Answered by pdp27263
1

Answer:

hey friend I am not understand your question.....

Similar questions