find nth digit in C
Posted
by kokkch
on Stack Overflow
See other posts from Stack Overflow
or by kokkch
Published on 2010-04-09T19:17:38Z
Indexed on
2010/04/09
19:23 UTC
Read the original article
Hit count: 132
i spend more than a day to solve this and i can't. I have a function name int get_nth_digit (int x, int pos); which takes as entering the number given by the user(x) and a number that represents the position in which the user wishes to return the item. How can do this with C program? can you help me pls???? thx
© Stack Overflow or respective owner