sugitha sugi

sugitha sugi

  • NA
  • 132
  • 8.8k

c language regular expression

Apr 19 2018 6:30 AM
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)