调用系统函数fabs时,应选用的文件包含是()
#include ″stdio.h″
#include ″string.h″
#include ″ctype.h″
#include ″math.h″
fabs函数是一个求绝对值的函数,故文件包含命令应该为#include ″math.h″。