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

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

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!