1樓:匿名使用者
#include
#include
using namespace std;
int mystrchr(char string)///} if(i==13)
n=0;
return n;
}int main()
;char c;
n=mystrchr(string);//////////if(n!=0)
cout<<"第一次出現的位置:"<
2樓:匿名使用者
我給你修改了一下**,有什麼問題再問我吧
#include
#include
using namespace std;
int mystrchr(char string,char c)}if(i>10||i<0)
n=-1;
return n;
}int main()
;char c;
n=mystrchr(string,c);
if(n>=0)
cout<<"第一次出現的位置:"< else cout<<"error"; return 0; }要注意一點就是,陣列的下標是從0開始的,不是1啊, include stdio.h include string.h include ctype.h int invertion char ch1,char ch2,int n 原字串由形參傳給ch1,倒排後字串 目前是空串 傳給ch2,字串長度傳給n main 啊,看錯了,是單詞倒排不是整串倒排,你把... 首先來分析一下函式func 就是b b a 接著c b a 注意此時b b 原來的 a,所以c b 原來的 a a b 原來的 也就是說函式func a,b,c 的功能就是令c b注意它的三個引數分別是int a,int b,int c,其中a,b都是普通變數。普通變數作為形參,在函式func 中其... 應該是a pow i n 1 n,4 3 和m 64 1 i n 1 n 1000 r pow b,4 3 這兩個語句出了問題。先看看a pow i n 1 n,4 3 其實a就等於pow 4 3 4除以3的值是1。還有,本句中的i除以n和1除以n的結果都是整數。m 64 1 i n 1 n 100...求C語言問題的程式,求一個C語言問題的程式!
C程式過程問題
c語言程式問題