Program:
#include<stdio.h>#include<conio.h>#include void main(){char str [20];puts (“enter a string in lower case”);gets (str);strupr (str);printf (“upper case = %S”, str);}
Your experience on this site will be improved by allowing cookies. Read Cookie Policy