fcvt() in C/C++ with Examples
This function fcvt() converts the floating-point value to NULL-terminated ASCII string and returns a pointer to it. It is defined in the library function defined in stdlib.h header file. Syntax: char * fcvt (double value, int num, int * dec, int * sign); Parameters: 1. double value: It is the floati