ltoa c code example
Example: ltoa in c
ltoa() function in C language converts long data type to string data type.
Syntax for ltoa() function is given below.
------------------------------------------------------
char *ltoa(long N, char *str, int base);