Solved

Look at the Following Code

Question 15

Multiple Choice

Look at the following code: Look at the following code:   After this code executes, which of the following statements is true? A) ptr will hold the address of numbers[0]. B) ptr will hold the address of the 2nd byte within the element numbers[0]. C) ptr will hold the address of numbers[1]. D) This code will not compile.
After this code executes, which of the following statements is true?


A) ptr will hold the address of numbers[0].
B) ptr will hold the address of the 2nd byte within the element numbers[0].
C) ptr will hold the address of numbers[1].
D) This code will not compile.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions