Question: Assuming a standard computer system (float and int types get 4 bytes of memory, short type gets 2 bytes of memory, and long type gets

Assuming a standard computer system (float and int types get 4 bytes of memory, short type gets 2 bytes of memory, and long type gets 8 byte memory) with the memory structure as shown in Figure 7.1.1 determine the output of the following statements when they are executed as part of complete programs. 1. int n1=32,n2=7; 2. char val 1= ' m '; 3. long m1=278,m2=356; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
