摘要: 下列x的值是int x;x= sizeof 2.25*4;[閱讀全文:]
摘要: 以下程序運行時,若從鍵盤輸入:123<回車>。輸出結(jié)果是#include <stdio.h>main(){ inti[閱讀全文:]
摘要: 設(shè)有char str[10],下列語句正確的是[閱讀全文:]
摘要: 下面程序的輸出結(jié)果是#include <stdio.h>main(){int i=2;printf("%d",f(i,i+1) );}int f(i[閱讀全文:]
摘要: 有以下程序void fun(int a,int b,int c){ a=456,b=567,c=678;}main(){ int x=10,y=20,z=30; fun([閱讀全文:]
摘要: 下面四個選項中,均是不正確的8進(jìn)制數(shù)或16進(jìn)制數(shù)的選項是[閱讀全文:]
摘要: 一棵二叉樹第5層(根結(jié)點為第一層)的結(jié)點數(shù)最多為個。[閱讀全文:]
摘要: 設(shè)以下變量均為int類型,表達(dá)式的值不為7的是[閱讀全文:]
摘要: 計算機(jī)能直接執(zhí)行的程序是[閱讀全文:]
摘要: 執(zhí)行以下程序后,輸出’#’號的個數(shù)是#include <stdio.h>main{ int i,j; for(i=1;i<5;i++)[閱讀全文:]