有一個字符數組的內容爲:"student a am i",請你將數組的內容改成"i am a student"

有一個字符數組的內容爲:"student a am i",請你將數組的內容改成"i am a student". windows 要求: 數組 不能使用庫函數。只能開闢有限個空間(空間個數和字符串的長度無關)。函數 #define _CRT_SECURE_NO_WARNINGS 0 #include <stdio.h> #include <assert.h> #include <windows.h
相關文章
相關標籤/搜索