摘要: 有以下計(jì)算公式若程序前面已在命令行中包含math.h文件,不能夠正確計(jì)算上述公式的程序段是[閱讀全文:]
摘要: 在一個(gè)C源程序文件中所定義的全局變量,其作用域?yàn)?a href="http://qqwwdd.top/doc-view-629485.html" target="_blank" class="clink">[閱讀全文:]
摘要: 有以下函數(shù) int aaa(char *s) { char *t=s; while(*t++); t--; return(t-s); }[閱讀全文:]
摘要: 有以下程序段 int j; float y; char name[50]; scanf("%2d%f%s",&j,&y,n[閱讀全文:]
摘要: 以下正確的字符串常量是[閱讀全文:]
摘要: 有以下程序 #include #include void fun(char s[][10],int n[閱讀全文:]
摘要: 以下關(guān)于long、int和short類型數(shù)據(jù)占用內(nèi)存大小的敘述中正確的是[閱讀全文:]
摘要: 有以下程序 #include void fun(char *t, char *s) { whil[閱讀全文:]
摘要: 若在定義語(yǔ)句:int a,b,c,*p=&c;之后,接著執(zhí)行以下選項(xiàng)中的語(yǔ)句,則能正確執(zhí)行的語(yǔ)句是[閱讀全文:]
摘要: 以下關(guān)于字符串的敘述中正確的是[閱讀全文:]