need a c programming about carry operation
Answers
Answered by
1
Answer:
Initialise the carry variable and count variable to 0. Now, check from the last index of the strings till both the strings come to an end(one string may be smaller than the other). Add both the values(take care of ascii value) with carry in every iteration and check if that sum is greater than 10 or not.
Similar questions