Wednesday, November 30, 2016

C Integer arithmetic Functions

Integer arithmetic Functions:
abs int abs(int j);
labs long int labs(long int j);
llabs(C99) long long int llabs(long long int j);
div div_t div(int numer, int denom);
ldiv ldiv_t ldiv(long int numer, long int denom);
lldiv(C99) lldiv_t lldiv(long long int numer, long long int denom);

stdlib.h
Numeric conversion Functions
Pseudo-random sequence generation Functions
Memory management Functions
Communication with the environment Functions
Searching and sorting utilities Functions
Integer arithmetic Functions
Multibyte/wide character conversion Functions
Multibyte/wide string conversion Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment