摘要: 有定义语句:char s[10];, 若要从终端给s输入5个字符,错误的输入语句是( )。[阅读全文:]
摘要: 有下列程序: #include main() { FILE *fp; int a[10]={1,2,3},i,n;[阅读全文:]
摘要: 下列定义语句中正确的是( )。[阅读全文:]
摘要: 若有定义:int a[2][3]3;,下列选项中对a数组元素正确引用的是( )。[阅读全文:]
摘要: 下列选项中不属于字符常量的是( )。[阅读全文:]
摘要: 有下列程序:#include#include "string.h"typedef struct{char name[9]; char sex;float[阅读全文:]
摘要: 下列选项中不合法的标识符是( )。[阅读全文:]
摘要: 设有下列程序段: char s[20]="Beijing",*p; p=s; 则执行p=s;语句后,下列叙述正确的是([阅读全文:]
摘要: 有下列程序: #include int f(int x) { int y; if(x=0‖x==1)r[阅读全文:]
摘要: 下列错误的定义语句是( )。[阅读全文:]