• 2022-05-29
    如果程序中用到标准库函数sqrt( )和strcmp( ),那么该程序应含下面哪两条语句( )
    A:
    B: include “stdio.h”
    C: include “math.h”
    D:
    E: include “math.h”
    F: incluede “string.h”
    G:
    H: include “string.h”
    I: include “stdio.h”
    J:
    K: include “stdlib.h”
    L: include ”math.h”