Looping through digits in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Looping through digits in C

I have a problem to solve given a digits ex: 12049494938 and it requires me to loop through each of them using either a while loop or for loop in C.

9th Nov 2019, 8:06 AM
MrHumble
MrHumble - avatar
1 Answer
+ 4
One of the ways is to divide the number by 10 to the power of current digit. https://code.sololearn.com/cwakQDqmiAKc/?ref=app
9th Nov 2019, 8:57 AM
你知道規則,我也是
你知道規則,我也是 - avatar