Menu

[solved] – Question 77724

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]

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *