[問題] 有誰會C程式語言 (急) 謝謝!!
我有很急的C程式問題 想問一下各位大大
因為要考試了
可是我不會寫 可以幫忙解答嗎
已經問過很多同學可是大家都不會
拜託了 謝謝
題目如下:
1. [清除記憶體]Write a function "void bzero(char*p, int n)" to set the n
contiguous bytes of memory starting from the pointer p to '\0'.
2. [設定記憶體]Write a function "void bset(char*p, int n, char x)" to set
n contiguous bytes of memory starting from the pointer p to the value of x.
3. [反向字元搜尋]Write a function "int findlast(char *s, char c)" to
retur
the index position of the last occurrence of a specified char c within the
string s, and return -1 if not found, such as findlast("language",'a')
returns 5.
4. [八進位字串轉整數]Write a function "int otoi(char h[])" to convert an
octal string h to an integer, such as otoi("377") returns 255.
5. [十六進位字串轉整數]Write a function "int xtoi(char h[])" to convert a
hexadecimal string h to an integer, such as xtoi("3ff") returns 1023.
6. [去兩邊空白]Write a function "void trim(char s[])" to remove the
rightm
and leftmost spaces of string s, such as trim(" ab c ") gets "ab c".
希望有好心人幫幫我這可憐的學生
這科沒過就要延畢了
拜託各位大大幫幫忙
我會感激不盡 謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 125.225.105.234
推
04/13 22:29, , 1F
04/13 22:29, 1F
推
04/13 22:35, , 2F
04/13 22:35, 2F
推
04/13 23:09, , 3F
04/13 23:09, 3F
推
04/14 00:05, , 4F
04/14 00:05, 4F
→
04/14 00:05, , 5F
04/14 00:05, 5F
推
04/14 00:27, , 6F
04/14 00:27, 6F
推
04/15 07:46, , 7F
04/15 07:46, 7F
→
04/15 09:13, , 8F
04/15 09:13, 8F
討論串 (同標題文章)
完整討論串 (本文為第 1 之 2 篇):