Convert To Lowercase – char string


#include <stdio.h>
#include <ctype.h>

	char str[]="Test String.\n";
	char c = 'W';
	c = tolower(c);
	str = tolower(srt);