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...

If you want to narrow your search to more specific results, what can you do?

A) Use Wikipedia B) Use multiple word search terms C) Use square brackets around your search terms D) Use wildcards in your keywords

Computer Science & Information Technology

The Windows 2000 __________ lets network administrators link together files that exist on physically different servers to form a single namespace.

a. Common Internet File System b. Distributed file system c. Active Directory d. This facility is not available.

Computer Science & Information Technology