Program : To Encode Entered String and Display Encoded String · * encode(char* str) { · int i = 0; · while (str[i] != '\0') { · str[i] = str[i] - 30 ...
確定! 回上一頁