Bhuvan InfoTech Android App

Download our Android App and browse Technical News, Projects, Computer Tricks more easily with lots of Interesting Features.

Tuesday, June 14, 2016

Change string to lower case | STRLWR | C program

#include <stdio.h>
#include <string.h>
 
int main()
{
   char string[1000];
 
   printf("Input a string to convert to lower case\n");
   gets(string);
 
   printf("String in lower case: \"%s\"\n",strlwr(string));
 
   return  0;
}
Bhuvan Arora

No comments:

Amazing Deal !