1樓:匿名使用者
請問你這個題目是要求做什麼???
我幫你修改了一下!!
#include"stdio.h"
#include"string.h"
int main()
2樓:匿名使用者
程式有錯誤 結果出不來
一個簡單的c語言題目……求大佬解答
3樓:爻訊科技
(1)第1行的功能是什麼?
求輸入10進位制整數的位數。
(2)在第2行中,main函式前面為什麼有專void?
表示該main函式無返回
屬值。(3)第4行的功能。
定義兩個整型變數。
(4)設輸入整數356,寫出執行該程式的執行結果。3
c語言題目2個,求高手幫忙解答,謝謝了!
4樓:我拋錨起航
本人也是初學c語言,寫得不夠簡練,見諒
1.#include
#include
main()
else i=1;
switch(i)
getch();}2.
#include
#include
main()
else
getch();}
5樓:匿名使用者
測試結果:【2個用獨立函
數寫的,用一個程式實現】
判斷迴文數,請輸入n:
123321
是迴文數
請輸入2個字串!
louzhu
hello
louzhuhello
請按任意鍵繼續. . .
正確的**:
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int ishuiwen(int n)
if(sum==temp)
else
}int strprocess(char a,char b)else
}return 0;
}main()
else if(k==1)
else
system("pause");}
6樓:
1、判斷迴文數
#include
int x,y;
judge(int * data,int len)}if(f==0)
printf("%d 是迴文 !\n",x);
}separate(int *data,int n)*(data+y)='\0';
for(j=0,k=y-1; j<=k; j++,k--)}void main()
2、比較並連線字串
#include
int main(void)
;char str2[256] = ;
char str3[512] = ;
printf("please input two strings:str1 str2\n");
scanf("%s %s", str1, str2);
printf("now-------\nstr1:%s\nstr2:%s\n", str1, str2);
int ret = -1;
ret = strcmp(str1, str2);
printf("ret= %d\n", ret);
if (ret>0)
else if (ret<0)
else
printf("new string:%s\n",str3);
return 0;}
c語言程式設計題目求高手解答,求高手解答c語言程式設計題目
int fun int x main printf sum d sum 這個題和我回答的另一個問題類似。fun int x 函式是遞迴函式。不理解的話可以看看遞迴方面的資料。或者繼續提問。希望能幫到你,你的採納是我答題的動力。int func int n sum sub return sum 對遞迴...
c語言題目,求高手幫忙解答,謝謝了
本人也是初學c語言,寫得不夠簡練,見諒 1.include include main else i 1 switch i getch 2.include include main else getch 1 判斷迴文數 include int x,y judge int data,int len if...
C語言題目,急求各位高手的解答
note your choice is c ide include stdio.h include malloc.h void main else if ch 9 ch 0 printf c ch 還有方法 很多api函式可以用咯 如 isdigit int ch 判斷這個字元是不是數字!還有 is...