distinguish among the functions islower and


Distinguish among the functions islower() and tolower().  

islower( ) and tolower( ):

islower(c) is a character testing function described  in ctype.h header file. This function verifies if the passed argument, in this case c, is lowercase. It returns a nonzero value if true or else 0. To lower (c) is a conversion function described in ctype.h header file that change argument c to lowercase.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: distinguish among the functions islower and
Reference No:- TGS0275413

Expected delivery within 24 Hours