求會c語言的大神解答。。拜託了,求一個會C語言的大神解答。。拜託了

2022-03-13 15:23:17 字數 1446 閱讀 9843

1樓:

隨手寫的,你除錯一下吧

好吧,我試試。

#include

#include

#include

struct node

struct node * createlist()

memset (ptemp, 0, sizeof(struct node));

ptemp->m_cdata = p[iindex++];

if (null == phead)

else

ilen--;

}return phead;

}void outputlist(struct node *phead)

while (ptemp)}}

void deletenode (struct node *phead, int idelete)

if (idelete)

else

pdel = pafter->pnext;

pafter->pnext = pafter->pnext->pnext;

free (pdel);

pdel = null;}}

struct node * insternode (struct node *phead, int iinster, char value)

pinster = (struct node*)malloc (sizeof (struct node));

if (null == pinster)

memset (pinster, 0, sizeof (struct node));

pinster->m_cdata = value;

if (iinster == 1)

else

}if (ptemp == null)

else

}return phead;

}int main()

//忘記寫刪除連結串列釋放記憶體了,你自己寫吧。

2樓:song宋

什麼意思?

採納我算了

懇請會c語言的回答下,拜託了

3樓:小菜呀小菜

這是什麼鬼?

我簡單說明一下吧,x%2<------這個式子做的運算是求x除以2的餘數。

而x%2==1<--------這個是判定餘數是否等於1,等於1,那麼整個式子的值為true(也就是x是奇數),不等於1(就是等於0),整個式子的值為false(x是偶數)

4樓:匿名使用者

%是求模運算子,具體計算x%2就是求x除以2的餘數,如果x除以2餘1,那麼x就不可能被2整除了,能整除餘數自然是0,所以x%2==1說明x是奇數

5樓:匿名使用者

x%2 == 1 表示 x 除以2 餘數 是 1 因此 x 是奇數

求大神解答c語言題目,求大神解答C語言題目

include 商不能超過最大的long型數,小數部分最後一位四捨五入太難了,希望能給你參考 void func double m,double n,double k int main func m,n,k include void func int m,int n,int k int main f...

C語言問題,求大神解答

大致看了一下,覺得總體思路可行,但具體操作就有問題了。一是feof這個函式的引用就有問題 這個函式不讀檔案只檢查剛剛發生的讀操作是否賣到或越過了檔案結束符 中第一次進入while時還沒有發生讀動作,無法確定的判斷會把錯誤依次轉嫁到檔案最後。二是用fgets這個函式讀檔案是由n或 n 控制結束的,中間...

c語言程式設計題目求大神解答,C語言程式設計題目,求大神解答

include void main max array 0 min array 0 max number 0 min number 0 for i 0 i 10 i 找到最大值和最小值的位置if array i include define len 10 void fun arr int a,int...