單項選擇題要調(diào)用字符串函數(shù)時,在#include命令行中應包含()

A.”stdio.h”
B.”string.h”
C.”math.h”
D.”ctype.h”


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題表達式strlen(”hello”)的值是()

A.4
B.5
C.6
D.7

5.單項選擇題下列語句定義整型指針p1、p2,()是正確的。

A.intp1,p2;
B.int*p1,*p2;
C.int*p1,p2;
D.int**p1,p2;