//09_String //parc_04 //strupr(),strlwr() function in c //it convert string to uppercase //it convert string to lowercase #include #include #include void main() { char s[]="Imacc Education"; clrscr(); cout<<"\n Source String="<