Question: Fahim loves camelCasing his multi-word variable names in C programs, so much so that in a Humanities assignment, he started to write sentences in camelCased

Fahim loves camelCasing his multi-word variable names in C programs, so much so that in a Humanities assignment, he started to write sentences in camelCased format. Write a program that would take Fahim's written string as input and turn it into a proper sentence with spaces. (Use dynamic memory to store the input string and use pointers to access string elements) Sample Input: iLoveBangladesh! Output: I love bangladesh! (you don't need to worry about capitalizing nouns in mid-sentence) Sample input: have YouReceived MyFile? Output: Have you received my file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
