開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
CodeBlocks
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
字串互換
餵入的資料(Input):
apple dog
預期的正確結果(Expected Output):
dog apple
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):
我宣告char a[100][1000],想交換其中a[0]和a[1]兩個字串,
想請問有沒有不用一個字元一個字元交換的方法。
{有試著用指標去做,但一直失敗QQ)