Posts

Showing posts with the label Sourcecode

Reversing a string word by word in C++, C

Another way of reversing individual words in a string in C++, C.

How to reverse individual word in a long string in C, C++

How to reverse a string in C, C++ without using library std::reverse function.

Creating sorted Linklist