1樓:
printf("姓名\n");
printf("性\n");
printf("名\n");
printf("姓名\n");
2樓:
敢問你是用%s輸出的嗎?
3樓:非主流壞蛋
我也剛開bai始學,初學者的話du是接觸不zhi到char這個型別的,所以要dao用到前面的所有
版知識點,因權此我的方法是:
#include
int main(void)
4樓:夜禮服假面
你把**貼出來,我指導你!!這麼簡單的問題
用c語言編寫一個簡單程式,用漢字輸出三行資訊:一行輸出自己的學號;一行輸出自己的姓名;一行輸出自己地
5樓:匿名使用者
#include "stdio.h"
void main(void)
把?的地方換成你要輸出的東西就行了
6樓:匿名使用者
tdio.h"
main()
能執行出漢字哦。
176化為十六進位制為b0,219化為十六進位制為db,0xb0db是郯的內碼,所以輸出「郯」;
你的程式輸出:
郯鞍?佰佰?
鞍郯?佰佰?
7樓:夜行者
#include"stdio.h"
void main()
8樓:陳興愛渝
好好學習我是打醬油的
9樓:love路明非
#include
int main()
c語言題目,求助大神,需求程式<( ̄ˇ ̄)/~ 編寫一個函式print,列印一個學生的成績陣列,該
10樓:enjoy冰心玉壺
下面的程式先輸入五位同學的資料記錄,包括姓名、學號、三門課程的成績。然後再輸出這五位同學的資料記錄。我想應該符合你的要求。
#include
#include
#include
#define n 5
struct stu
;void f_print(struct stu * temp);
int main()
temp++;}}
執行結果如下,也可以自己跑一下程式,就看到結果了。
編寫一個c語言程式,輸入一個年月日,輸出這個日期是這一年的第幾天。(考慮閏年)
11樓:杜哥是個小天才
#include
void main()
break;
case 4:
case 6:
case 9:
case 11:
if(day>0&&day<=30)
break;
case 2: //2月閏年可以輸入29日;
}else
}break;
default: //如果輸入不是1-12月份,那麼月份輸入有誤;
i=0;
break;
}if(i) //如果i變數為1,那麼輸入正確,否則重新輸入;
else }
i=0;
switch(month) //把每個月的日期累加;
else
case 2:
i=i+31;
case 1: ;}
sum=i+day;
printf("%d年%d月%d日是%d年的第%d天\n!",year,month,day,year,sum);
}拓展資料
c語言是一門通用計算機程式語言,應用廣泛。c語言的設計目標是提供一種能以簡易的方式編譯、處理低階儲存器、產生少量的機器碼以及不需要任何執行環境支援便能執行的程式語言。
儘管c語言提供了許多低階處理的功能,但仍然保持著良好跨平臺的特性,以一個標準規格寫出的c語言程式可在許多電腦平臺上進行編譯,甚至包含一些嵌入式處理器(微控制器或稱mcu)以及超級電腦等作業平臺。
12樓:匿名使用者
請分別輸入復
年月日三個數值,制計算出這是這一年的第幾天?
*/#include
void main()
}break;
default: //如果輸入不是1-12月份,那麼月份輸入有誤;
i=0;
break;
}if(i) //如果i變數為1,那麼輸入正確,否則重新輸入;
else }
sum=i+day;
printf("%d年%d月%d日是%d年的第%d天\n!",year,month,day,year,sum);}
13樓:猴哥灬大
console.writeline("年");
int a = convert.toint32(console.readline());
console.writeline("月");
int b = convert.toint32(console.readline());
console.writeline("日");
int c = convert.toint32(console.readline());
int d = new int[12] ;
int e = new int[12] ;
int f = new int[12];
int g = 0;
if (a % 4 == 0)
else
}else
}else
if (b == 0 || b > 12)
else if (c == 0 || c > f[b - 1])
else
g += c;
}console.writeline(a + "年" + b + "月" + c + "日是該年的第" + g + "天");
14樓:匿名使用者
#include
struct tian
;int days(int year,int month,int day)
;if(year%4==0&&year%100!=0||制year%400==0)
a[2]=29;
for(i=1;i年月
bai日:");
k=days(a.year,a.month,a.day);
printf("%d年%d月%d日是du
第zhi%d天\n",a.year,a.month,a.day,k);
}求採納!
dao!
15樓:4747哦
#include
int day_of_year(int (*p)[13],int year,int month,int day)
main()
,};int a,b,c;
scanf("%d %d %d",&a,&b,&c);
printf("%d\n",day_of_year(day_tab,a,b,c));}
16樓:丁家宜大寶
||#include
int main()
for(j=0;j有問題歡迎提專出屬
17樓:匿名使用者
#include
typedef struct date;
unsigned int dayofyear(date d);total = sum[d.month - 1] + d.day;
判斷是不是閏年*/
leap=1;
if(d.month > 2)
total = total + leap;
return total;
}int main(void)
C語言習題,c語言練習題
輸出是30。選答案b 因為s 10 後面沒有break 它會向後繼續執行。如何學c語言?是不是該多做練習?1 程語語言其實是一個很初級的工具,但是又必須熟練的掌握它,學懂一門程式語言就好像學會了寫字,但是會寫字的人不見得會寫文章,而會寫文章又不見的寫得好。可是如果不會寫字,那就一定寫不出文章來。2 ...
c語言基礎題目,C語言基礎練習題
include main include void int height int i,j for i 1 i height i for j 0 j 如圖所示,望採納。1 include stdio.h int main int argc,char argv 執行結果 2 include stdio....
求一些c語言練習題越多越好有答案更好
程式1 題目 有1 2 3 4個數字,能組成多少個互不相同且無重複數字的三位數?都是多少?1.程式分析 可填在百位 十位 個位的數字都是1 2 3 4。組成所有的排列後再去 掉不滿足條件的排列。2.程式源 include stdio.h include conio.h main getch 程式2 ...