English, asked by arav30034, 5 hours ago

Add all numbers given inside the string and display the result in c programming​

Answers

Answered by sahutanishka944
1

Answer:

1. Take the string as input.

2. Check for the digits in the string.

3. Count the number of digits and add all the digits to get the sum

Explanation:

hope!it's right

Answered by prachiprakash122
0

Answer:

The first line of input contains an integer T denoting the number of test cases. Then T test cases follow.

Similar questions