Q: How to convert a numeric type to a string?

A:

The old C method (deprecated):



char c[10]; // simply large enough - don't forget the
// extra byte needed for the...