摘要: 有定義語句:char s[10];, 若要從終端給s輸入5個字符,錯誤的輸入語句是( )。[閱讀全文:]
摘要: 有下列程序: #include main() { FILE *fp; int a[10]={1,2,3},i,n;[閱讀全文:]
摘要: 下列定義語句中正確的是( )。[閱讀全文:]
摘要: 若有定義:int a[2][3]3;,下列選項中對a數(shù)組元素正確引用的是( )。[閱讀全文:]
摘要: 下列選項中不屬于字符常量的是( )。[閱讀全文:]
摘要: 有下列程序:#include#include "string.h"typedef struct{char name[9]; char sex;float[閱讀全文:]
摘要: 下列選項中不合法的標識符是( )。[閱讀全文:]
摘要: 設(shè)有下列程序段: char s[20]="Beijing",*p; p=s; 則執(zhí)行p=s;語句后,下列敘述正確的是([閱讀全文:]
摘要: 有下列程序: #include int f(int x) { int y; if(x=0‖x==1)r[閱讀全文:]
摘要: 下列錯誤的定義語句是( )。[閱讀全文:]