Posts

Showing posts with the label Code

Know your own number

Memory Print of an integer in C, C++

Convert Binary Stream/String to decimal number in C,C++

Convert a number into binary format in C,C++

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.