Question: 1. Assume a computer system that has a memory as shown in Figure 7.1.1 that allocates 4 bytes for float and int types, and 2

1. Assume a computer system that has a memory as shown in Figure 7.1.1 that allocates 4 bytes for float and int types, and 2 bytes for short type. Consider the statements float a=9.8,b=7.2,ptr1,ptr2; short c=13,ptr3 ptr1=&a ptr2=&b ptr3=&c If the following statements, along with the ones above, are executed as part of complete programs, what will be printed? In any of the problems, if you think an error message will be produced, explain why. (a) int j; (b) ptr1++; (c) ptr3=ptr1+ptr2; j=ptr2ptr1 cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
