C++ Program to convert first letter of each word of a string to uppercase and other to lowercaseString / By Neeraj Mishra #include<iostream.h> #include<conio.h> #include<stdio.h> #include<ctype.h> void main() { clrscr(); int i; char a[30]; cout<<“Enter a string:”; gets(a); for(i=0;a[i]!=’