hey guys..
using C language,
how can I ask the user to enter a positive integer
in only these forms --> binary, octal, decimal, or hexadecimal
then save it in a charachter array !
then I ask the use what's the base of this positive number..
and from here I can tell if the form is octel or decimal or .. etc ! ..