+ 2
Hey How do I reverse a string in Pascal?
I mean some examples Will be goodđ
5 Answers
+ 3
which version of Pascal do you use? Classic Pascal? Embarcadero Pascal? Free Pascal? Delphi?
+ 1
Please remove other languages except Pascal written in Relevant Tags.
Hope you understand đ
+ 1
Michael Classic
0
Michael Thank You đ
- 1
Write a procedure with a while loop. In this loop swap the elements s[i] and s[length(s)-i].