单项选择题

在C语言中,函数的隐含存储类别是 ______。

A.auto
B.static
C.extern
D.无存储类别
<上一题 目录 下一题>
热门 试题

单项选择题
有以下程序: # include<string.h> main() char str[][20]= Hello , Beijing ,*p=str; printf( %d n ,strlen(p+20)); 程序运行后的输出结果是 ______。
A.0
B.5
C.7
D.20
单项选择题
有以下程序: main() char s[]= ABCD ,*p; for (p=s+1;p<s+4;p++ )printf( %s n ,p); 程序运行后的输出结果是 ______。
A.ABCD
BCD
CD
D
B.A
B
C
D
C.B
C
D
D.BCD
CD
D
相关试题
  • 有以下程序: main() int i=0,s=...
  • 有以下程序: main() int x[]=1,...
  • 有以下程序,其中函数的功能是将多个字符串...
  • 以下数据库除 ______外,均为严格意...
  • 以下4组用户定义标识符中,全部合法的一组...