填空題C語言程序中,在一個函數(shù)內部聲明的變量稱為()
您可能感興趣的試卷
最新試題
若有以下說明:int [10]={1,2,3.4,5,6,7,8,9,10},*p= a;則數(shù)值為6的表達式是()
題型:單項選擇題
調用函數(shù):strcat(strcpy(strl,str2),str3)的結果是()
題型:單項選擇題
執(zhí)行以下程序int y=2; do{y-- ;} while( --y)循環(huán)體將執(zhí)行()
題型:單項選擇題
執(zhí)行語句:for(i=l;i++<4;);后,變量i的值是()
題型:單項選擇題
標準函數(shù)fgets(s,n,f)的功能是()
題型:單項選擇題
寫出程序執(zhí)行結果
題型:問答題
C語言中,函數(shù)的默認存儲類別是()
題型:單項選擇題
C語言中以下說法正確的是()
題型:單項選擇題
若定義int x,*p;則正確的賦值表達式是()
題型:單項選擇題
C語言中基本數(shù)據(jù)類型包括()
題型:單項選擇題