How can I convert integer to string like the one below
sprintf(data, " value is %d", i);
data is a char array & i an integer
I couldn\'t use s