labs
Syntax: #include <stdlib.h> long labs( long num ); The function labs() returns the absolute value of num. Related topics:
|
labs
Syntax: #include <stdlib.h> long labs( long num ); The function labs() returns the absolute value of num. Related topics:
|