填空題

【程序說明】輸入十個人的成績,計算平均成績并統(tǒng)計出不及格人數(shù)。


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題下列變量定義正確的是()

A.int   x_1 ; y;
B.int  printf=2,x_y=2;
C.int  for=4;
D.int  x,y=5 ;

4.單項選擇題函數(shù)調(diào)用:strcat(strcpy(str1,str2),str3)的功能是()

A.將串str2復制到串str1中后再將串str3連接到串str1之后
B.將串str2連接到串str1之后再將串str1復制到串str3中
C.將串str1復制到串str2中后再連接到串str3之后
D.將串str1連接到串str2之后再復制到串str3之后

5.單項選擇題如果在用戶的程序中要使用C庫函數(shù)中的數(shù)學函數(shù)時,應在該源文件中使用的include命令是()

A.#include〈string.h〉
B.#include〈math.h〉
C.#include〈stdio.h〉
D.#include〈ctype.h〉