What are the names of the input parameters of apart?

```
void
apart(double x, int *wholep, double *fracp)
{
*wholep = (int)x;
*fracp = x - *wholep;
}
```

x

Computer Science & Information Technology

You might also like to view...

What happens in Slide Show view after the final slide is displayed?

A) A black slide displays. B) The Slide Show view ends and you are taken back to Normal view. C) A white slide displays. D) The presentation stays on the final slide.

Computer Science & Information Technology

In the figure above, the entry in "Doctype" is detected from your DOCTYPE ________________.

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

Computer Science & Information Technology