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