<span>The modf() function will do this for you:
double x, y, d;
x = -14.876;
y = modf(x, &d);
printf("Fractional part = %lf\n", y);
</span>
Mainly .com
educational institutes .edu
Answer:
B. Operational-level systems monitor the elementary activities and transactions of the organization.
Explanation:
Analog computer:
It works with naturaland physical values
It works upon continuous data.
Its accuracy is low.
Digital computer:
It works with digits.
It works upon discrete data.
Its accuracy is high