strrev () is for in-place reversal of strings. Since in your code char* str = "hello";. str points to a string literal, and an attempt to ...
確定! 回上一頁