yashvardhan-rustedlegend/Replace-0-with-1-in-Digit
The replace all program in C++ programming works to replace the numbers with zero, where the number must be an integer. All the zeros (if encountered) in the given program will be replaced by 1. Ex- number is 12004509 all 0’s are replays of 1’s so number is 12114519.
C++GPL-3.0