What is the effect of the following code fragment?
```
for ( int i = 0; i < MAX_SIZE; ++i )
list2[MAX_SIZE - i - 1] = list1[i];
```
a. stores in list2 one less than each corresponding element of list1
b. stores in list2 the elements of list1 arranged in ascending order
c. stores in list2 the elements of list1 arranged in descending order
d. stores in list2 the reverse of list1
d. stores in list2 the reverse of list1
You might also like to view...
Which of the following is an example of privilege escalation?
A. A hacker accesses a printer from the Internet, then the print server, and then the domain controller B. A hacker sends many oversized ping packets. C. A hacker convinces a user to reveal a password. D. A hacker follows a user into the facility.
Which of the following file types from the accompanying figure has limited image quality but can support transparency?
A. GIF B. JPEG C. PNG D. None of the above