# include <iostream>
# include <cstring>
using namespace std;
int main()
{
char text [81];
char *word ;
int count=0;
int minValue,minIndex;
cout << "Please enter a sentence ";
cout << "not exeeding 30 words:\n"<<endl;
cin.getline(text,31);//
for (int i=0; i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.