Lets 'K'ode 'K'han
Saturday, 5 October 2013
Convert given string into Lowercase
#include <stdio.h>
#include <string.h>
main()
{
char string[] = "Strlwr in C";
printf("%s\n",strlwr(string));
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment