Vidyalelo
Data Structure · Q577

Miscellaneous on Data Structures

Programming · Data Structure · question 577

Q577

Which of the following methods can be used to find the sum of digits of a number?

A.
Recursion
B.
Iteration
C.
Greedy algorithm
D.
Both recursion and iteration
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board