ExercisesInC
ExercisesInC copied to clipboard
Fix base case for ex02.5 add_bigint
BigInts that have 0's in the same position and did not have a previous carry were producing incorrect results.
Eg. 100 + 3 = 3