表示变量存储方式的关键字auto、_____________、register和extern。
查看答案
下列程序的输出结果是_____________。#includevoid main(){char s[ ]={“Computer”},*p=s;printf(“%c”,*p+5);}
设有int a[3][4]={{1,2},{0,1},{4,6,8,10}};,则a[1][1]+a[2][2]的值是_________
C标准库函数中,常用的字符串比较函数是_____________
以下函数的功能是求出数组元素_____________。floatav(float a[], int n){ inti;floats;for(i=0,s=0;i