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.
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
____________________ is the content that makes up the interior of a shape.
Fill in the blank(s) with the appropriate word(s).
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
To install an add-in, click the _____ button on the Insert tab.?
A. ?Add-in B. ?Shop C. ?Store D. ?Cortana