 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | Which function converts the initial letter of each word in x to uppercase and returns that string. | 
| A. | ASCII(x); | 
| B. | INSTRB(x); | 
| C. | INITCAP(x); | 
| D. | LENGTH(x); | 
| Answer» D. LENGTH(x); | |