Given the array declaration below, what is stored in numbers[2] ?
?
int numbers[5] = {1, 2, 3, 4, 5};

What will be an ideal response?

The number 3 is stored in numbers[2]. Remember the array subscript begins with 0 in the first array element.

Computer Science & Information Technology

You might also like to view...

Windows 8 will allow up to ________ characters in a file name

Fill in the blank(s) with correct word

Computer Science & Information Technology

Kurt, a technician, wants to prevent users from visiting social networking sites. Which of the following should be configured on the firewall to BEST achieve this?

A) PAT B) Implicit deny C) Content Filter D) NAT

Computer Science & Information Technology