abs函式用法

paopaotangzu發表於2024-03-06

語法:

#include <stdlib.h>
 
int abs( int num );

功能:

函式返回引數num的絕對值。

相關文章