How To turn around a character sequence;

Aug 18, 2013 at 4:31pm
How to turn around a character sequence?
I tried using for but failed..
Aug 18, 2013 at 4:36pm
If you have some problem with your code then show it and say what is the problem.
Aug 18, 2013 at 4:45pm
By "character sequence" do you mean a char array? Or a string? Because the former is a great question since it runs up against Turing's Halting problem where as the later has a member function that tells you how long the sequence is.
Aug 18, 2013 at 5:52pm
Topic archived. No new replies allowed.