What type of error will this code produce?

```
int x[60], i;
for(i = 0; i <= 60; ++i)
{
x[i] = i;
}

```

A. A compiler error will report an array out of bounds error.
B. A compiler error is generated since the array is not declared correctly.
C. A run time error may occur because we are out of bounds on the array.
D. Two of these are correct.


C. A run time error may occur because we are out of bounds on the array.

Computer Science & Information Technology

You might also like to view...

Where can the History States text box be found?

A. States List section of the History panel B. States & Cache section of the Preferences menu C. History section of the Applications menu D. History & Cache section of the Preferences dialog box

Computer Science & Information Technology

When you send a file that you have marked as Final to a coworker, which of the following is TRUE?

A) Opening the file will require a password. B) It is not possible for the coworker to edit the file. C) The file will automatically open for editing. D) Final status of the file can be turned off.

Computer Science & Information Technology

You cannot change a defined name

Indicate whether the statement is true or false

Computer Science & Information Technology

In an Active Directory Domain Services (AD DS) domain, you must authorize theDHCP server in Active Directory before it can lease IP addresses. This is to preventrogue DHCP servers from leasing improper IP addresses that would result in communicationproblems

a. Linux b. rogue c. legacy d. None of the above

Computer Science & Information Technology