void Function (unsigned int NoOfWords)

{
char *Words ='\0';
Words =(char*) malloc (sizeof (char) * NoOfWords);...