would anybody please give me a dev c++ program that is when a user enter a numbers,the digits of each numbers will be located in every array.For example:
(34725767)------->digit 3 will be in array[0],digit 4 will be in array[1],digit 7 will be array[2] and so on....please help me...tnx
I believe a char array or a string would do that for you, tho they'd (obviously) be stored as character so you'd have to subtract by 0 to get the actual value of said digit