Question: . Show steps by steps diagram in getting the final answer. Saved your working and submit in word format. a) int x, y, z; int
. Show steps by steps diagram in getting the final answer. Saved your working and submit in word format. a) int x, y, z; int *p, *q; x=z=4; p = &x; q = &y; y = 4 * z; int *c; c = &z; *p = *c / 2; *q = x + 6; c = q; cout<<"*p = "<<*p< c) char *ptr; char Str[] = "abcdefg"; ptr = Str; ptr += 5; cout << ptr;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
