I have an integer
for ex.
unsigned int a =120

1)How can i parse the digits of the integers seperately.
so as to have three integers.

b=1
c=2
d=0

???