Question: suppose the array primes, defined as double primes [ ] ={ 2, 3, 5, 7, 11, 13 }; starts at memory location 20300. what are
suppose the array primes, defined as double primes [ ] ={ 2, 3, 5, 7, 11, 13 }; starts at memory location 20300. what are the values of
a. primes
b. *primes
c. primes + 4
d. *(primes + 4)
e. primes[4]
f. &primes[4]
Step by Step Solution
There are 3 Steps involved in it
To solve the problem we need to understand how arrays work in memory and how pointer arithmetic is p... View full answer
Get step-by-step solutions from verified subject matter experts
