#include<stdio.h> #include<string.h> intGetWords(char*sentence,char*words[]); voidSortStrings(char*strs[],intcount); intmain() { charst...