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

Computer Science & Information Technology

You might also like to view...

A hyperlink CANNOT link to which of the following?

A) A slide in the current presentation B) A slide in another presentation C) A picture on another slide D) A Web page

Computer Science & Information Technology

Which ACL protocol keyword is used to allow all OSPF traffic?

A) udp B) tcp C) ospf D) ospfv2

Computer Science & Information Technology