What is wrong with this function?

```
int[] WriteNumbers(int numbers [ ] )
{
for(int I =0; I < 5; ++I)
cout< return numbers;
}

```

A. int numbers[] needs the size of the array.
B. There are no spaces between the <<
C. I is capitalized as a variable.
D. An array cannot be returned from a function.


D. An array cannot be returned from a function.

Computer Science & Information Technology

You might also like to view...

Which command moves the cursor to the end of the current paragraph? Can you use this command to skip through the buffer in one-paragraph steps?

What will be an ideal response?

Computer Science & Information Technology

Traversing a graph is different than traversing a binary tree.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can press the _________________________ key to quit Range Finder.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The primary piece of equipment located at the Network or Internet Layer of the OSI Reference Model is the router.

a. true b. false

Computer Science & Information Technology