Question: Please answer the question 3 Consider the following program: #include > int main(void) { int a, b; a=8 b=6;/ line 7/ b=a;/ line 8/ a=b;/
Please answer the question 3
Consider the following program: \#include > int main(void) \{ int a, b; a=8 b=6;/ line 7/ b=a;/ line 8/ a=b;/ line 9/ printf("\%d \%dn", b, a); return 0 What is the program state after line 7 ? Line 8 ? Line 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
