Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Reversing the sentence

This is a discussion on Reversing the sentence within the C and C++ forums, part of the Programming Talk category; How could I reverse the sentence by words?...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Reversing the sentence

    How could I reverse the sentence by words?


  2. #2
    zsk_00 is offline Member Array
    Join Date
    May 2006
    Answers
    37
    Try to first split string into words (space being the delimiter, see if code at this site works http://kraftwrk.com/resources/c/split/split.htm. Then print in reverse order and place a space after each element.

    Zafar


Latest Article

Network Security Risk Assessment and Measurement

Read More...