(Solved) : Exercise 1 Discuss Following Output Int B C 100 B Output Example Cout Q31784331 . . .
It is best to have detailed procedures.

Exercise 1 Discuss the following output. int a, *b, *c a = 100; b-&a; Output Example cout << &a<<endl; cout << a << endl; cout << &b<< endl; cout < b << endl; cout <K&C<< endl; cout <K C<< endl; 0042FAB4 (address of a) 100 0042FAA8 (address of b) 0042FAB4 (address of a) 0042FA9C (address of c) 0042FAB4 (address of a) Exercise 2 Discuss the following output. int a- 3, b6 int *c, *d; c = &a; d = &b; *c 100; Output Example *d = 200; printf( “a- printf( “b- %dn”, %dn”, a); b) ; a100 b – 200 b 300 300 printf( “b- %dn”, b) ; Show transcribed image text
Expert Answer
Answer to Exercise 1 Discuss Following Output Int B C 100 B Output Example Cout Q31784331 . . .
OR