Showing posts with label convert string lower to uppercase letter cporgram. Show all posts
Showing posts with label convert string lower to uppercase letter cporgram. Show all posts

12.24.2011

Convert string UpperCase

Q. Write a string to accept string through keyboard and convert it Uppercase letter.

Ans.

/*program to convert a string in upper case letter*/
#include<stdio.h>
#include<string.h>
int main()
{