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