Question: Question 1 ( 4 points ) Consider the following C snippet running on a system with 8 - byte pointers and 8 - byte longs:
Question points
Consider the following C snippet running on a system with byte pointers and byte longs:
long A;
long B;
long C&A &B;
long D&A &B;
BC;
C &A;
C B;
The arrays C and D contains addresses. Depending on where the arrays are stored in memory the values of the addresses in C and D will vary. For example, if A is located at address x and B at x then D could contain x and D will contain x but these values would be different if A and B were at different locations
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
