you can make the array longer and set a '\0' after the characters: char salt[3]; ... salt[2] = '\0'; printf ...
確定! 回上一頁