C Program For Reverse a String Using Pointers · { · strPtr++; · len++; · { · strPtr--; · *revPtr = *strPtr; · revPtr++; · --len;
確定! 回上一頁