Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <stdlib.h> div_t div(int numer, int denom); |
Description |
The remainder is expressed by the following equation: quotient * divisor + remainder = dividend |
Return val. | Structure of type if successful. The structure contains both the quotient |
See also |
|