In function apart defined below, how many of the parameters are considered input parameters?

```
void
apart(double x, int *wholep, double *fracp)
{
*wholep = (int)x;
*fracp = x - *wholep;
}
```
a. 0
b. 1
c. 2
d. 3
e. all


b. 1

Computer Science & Information Technology

You might also like to view...

A thread’s name can be specified with Thread keyword argument _________

a) setName. b) name. c) threadName. d) None of the above.

Computer Science & Information Technology

Which of the following errors is synchronous?

a. Divide by zero. b. Arithmetic overflow. c. Unsuccessful memory allocation. d. All of the above.

Computer Science & Information Technology

Smartphones have

A. a microprocessor B. a display screen C. memory D. a modem E. all of these

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. To move up one line B. To move to the beginning of the line C. To move to the end of the line D. To move to the beginning of the document E. To move to the end of the document

Computer Science & Information Technology