How to convert a character into an integer array?Thanks for the reply............ but why are we subtracting 0 as a character?
How to convert a character into an integer array?Consider : char *n=123456; I want to convert it into: int b[]={1,2,3,4,5,6}; i.e. b[0]=1; b[...
This user does not accept Private Messages