C program to print words in a string

C program to print words in a string

Output:

Enter a sentence:
CodeRegister is a learning portal for computer science aspirants!

The words in the sentence are:
 CodeRegister
 is
 a
 learning
 portal
 for
 computer
 science
 aspirants!


Implementation: