int tolower( int c ); int _tolower( int c ); int towlower( wint_t c ); int _tolower_l( int c, _locale_t locale ); int _towlower_l( wint_t c, _locale_t locale ); Parameters[in] c Character to convert. [in] locale Locale to use for locale-specific translation.Return...