Hi Everyone,
I am BRAND NEW to C and I am trying to make a program that takes 3 inputs. The first is a number, the second represents what base the first argument is, and the third argument represents what base this number should be outputted as.
For example:
convert 43 8 10
35
I am supposed to use isdigit and atoi. I am quite confused and any tips would be greatly appreciated.
Thanks