Question: Q2 : Write a C program to eliminate/remove the first character of each word in a string of words. In this program, we will read

Q2 : Write a C program to eliminate/remove the first character of each word in a string of words. In this program, we will read a string and eliminate its first character of each word, then print a new string (after elimination of first character of each word). Max. length of the input string is 200 characters. Example : Input String: "Hello friends, how are you?" Expected Output: "ello riends, ow re ou?"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
