[商管] 106 中山 計概已刪文

看板Grad-ProbAsk作者 (一直走)時間2年前 (2022/02/03 22:58), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Please write a C function concat(str1,str2, out) that concatenates two given strings,str1 and str2, and store the result into the new variable out. For example, concat("foo","bar",out); will replace the variable out with "foobar". Please DO NOT use any string manipulation functions in C Standard Library. 這題我有寫出來,但會用到String函式庫 https://imgur.com/qfTVQ5N
請問要怎麼做呢? 謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.132.60.54 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Grad-ProbAsk/M.1643900288.A.3E2.html
文章代碼(AID): #1X--s0FY (Grad-ProbAsk)