ayaankhan98 / bigINT

Efficient OpenSource Big Integer(Library) Support for C++
Boost Software License 1.0
6 stars 26 forks source link

adding c++ program of reversing digits #11

Closed ritikajain0 closed 4 years ago

ritikajain0 commented 4 years ago

In this program , an integer is taken input from user and output is given as a number with reversed digits of input number .

ayaankhan98 commented 4 years ago

we are not dealing with normal integer types that are supported by C++, so there is no need of reversing the 32 bit int

ayaankhan98 commented 4 years ago

@ritikajain0 please don't spam the repository by making useless PR's, just read the readme.md before making a PR, you must understand the purpose of this repository before making a PR