After the code shown executes, which of the following statements is true?
```
int numbers[] = {0, 1, 2, 3, 4};
int *ptr = numbers;
ptr++;
```
a. ptr will hold the address of numbers[0]
b. ptr will hold the address of the second byte within the element numbers[0]
c. ptr will hold the address of numbers[1]
d. this code will not compile
c. ptr will hold the address of numbers[1]
You might also like to view...
A comment in an OpenOffice Writer document can either be entered at the insertion point or a selected block of text
Indicate whether the statement is true or false
Which of the following is true of Windows 7?
A. with respect to security, more user intervention is required than with Vista B. hardware requirements are less than for Vista C. Starter Edition is only available in a 32-bit version D. Home Basic Edition has full Aero desktop support