What is wrong with this function?
```
int[] WriteNumbers(int numbers [ ] )
{
for(int I =0; I < 5; ++I)
cout<
}
```
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.
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?
Traversing a graph is different than traversing a binary tree.
Answer the following statement true (T) or false (F)
You can press the _________________________ key to quit Range Finder.
Fill in the blank(s) with the appropriate word(s).
The primary piece of equipment located at the Network or Internet Layer of the OSI Reference Model is the router.
a. true b. false