How do you convert a character array into a integer array? For example:
If the character array is entered as'12' then how can get an integer array that contains the integers 1 and 2?
If the character array is entered as'12' then how can get an integer array that contains the integers 1 and 2?
Comment