This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

convestion

Hi
I have a double value and i want to convert it in to char array. how can i convert it. Is there any function in keil which is capable of doing this.How should i do this.
Regards
Farhan Arshad

long l =59.9;//this wht i have
char array[4]={'5','6','.','9'}// this is wht i want

0