Question: c programming language QUESTION Write a program (main) that reads a post and then finds the hashtags in the given post. List each hashtag in
QUESTION Write a program (main) that reads a post and then finds the hashtags in the given post. List each hashtag in a line and how many hashtags are there in the given post. Expected output of the program: Enter a post:#Welcome to the #CSE2002 #Programming II #course There are 4 hashtag. 1. hashtag is: Welcome 2. hashtag is: CSE 2002 3. hashtag is: Programming 4. hashtag is: course
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
