Converts data according to a format and outputs it to the standard output file (stdout).
long wprintf(const wchar_t *restrict control [, arg]...);
control Pointer to string indicating format
arg,... Data to be output according to format
Normal: Number of wide characters converted and output
The wprintf function is the wide-character version of printf function.