Question: c programing Write the output for the following program. Out Line Out Line #include int main() { int i, k; int *i: j = &n,

c programing c programing Write the output for the following program. Out Line Out

Write the output for the following program. Out Line Out Line #include int main() { int i, k; int *i: j = &n, i = 15; k = i; i = 100; printf("%d ", *j); *j = 60; if(i == 60) printf("60 wins "); else if (i == 100) printf("100 wins "); else printf("15 wins "); return 0; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!