1
Answer

c language regular expression

Photo of sugitha sugi

sugitha sugi

7y
660
1
Write a program which takes a string as input and displays stars (*) equal to number of letters in each word, for each word in each line.
Eg: If input is "This is Life" output should be as below:
****
**
****  
 
 
 
 
 
 
 
 Please Answer  

Answers (1)