What is wrong with this function?

```
void Divide( int x, int y )
{
int remainder, quotient;
quotient = x/y;
remainder = x%y;
return (quotient, remainder);
}

```

A. You can’t have a comma in the return statement.
B. The return type is void.
C. You can’t delare new variables in this function.
D. Both A & B.


D. Both A & B.

Computer Science & Information Technology

You might also like to view...

The ____ perimeter is essentially the extent to which virtual assets like information are controlled.

A. non-electronic B. physical C. logical D. electronic

Computer Science & Information Technology

____________________ is the content that makes up the interior of a shape.

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

Computer Science & Information Technology

Row-level locking is used to ensure that, when two users are editing a table, they cannot edit the same row, record, of data. This is not compatible in a(n) ________ database

A) encrypted B) decrypted C) secured D) shared

Computer Science & Information Technology

To install an add-in, click the _____ button on the Insert tab.?

A. ?Add-in B. ?Shop C. ?Store D. ?Cortana

Computer Science & Information Technology