二、程序改錯題
下列給定程序中函數(shù)proc的功能是:取出長整型變量s 中偶數(shù)位上的數(shù),依次構(gòu)成一個新數(shù)放在t中。例如,當s
中的數(shù)為123456789時,t中的數(shù)為2468。請修改程序中的
錯誤,使它能得出正確的結(jié)果。
注意:不要改動main()函數(shù),不得增行或刪行,也不得更改程序的結(jié)構(gòu)。
試題程序:
#include
#include
#include
//****found****
void proc(long S,long t)
{ long s1=10;
s/=l0;
*t=s%10;
//****found****
while(s<0)
{ s=s/100;
*t=s%10*s1+*t;
s1=s1*10:
}
}
void main()
{ long s,t;
system("CLS");
printf("knPlease enter s:");
scanf("%1d",&s);
proc(s,&t);
printf("The result is:%1d\n",t);
}
相關(guān)推薦:
2014年計算機二級C語言考試上機沖刺試題及答案集
2014年計算機二級考試C語言考前預(yù)測選擇題匯總
考試吧考后首發(fā)2014年3月計算機等考真題及答案通