Question: Can this please be done in C programming 11.13 Lab Week 12: Character Input and Pointers 1) Prompt the user to enter a sentence 2)
Can this please be done in C programming

11.13 Lab Week 12: Character Input and Pointers 1) Prompt the user to enter a sentence 2) read in AT MOST 80 characters of the sentence the user entered 3) call function parselnput that will go through the input looking for a space and create pointers to each character after the space 4) print out the number of words in the sentence (that was at most 80 characters) and the characters that the pointers reference The idea User inputs: A long sentence that will get us started on the lab so that we can see what is really going on here Your code should only read in A long sentence that will get us started on the lab so that we can see what is r And build an array of pointers to characters count the number of words and print out each word via a pointer to the word: The 80 characters read were: A long sentence that will get us started on the lab so that we can see what is r There were 19 words and the starting letters of the words were: Alstwgusotistwcswir 8 points for the test cases (one of the test cases is worth 4 points and checks if parselnput is setting the pointers properly) 2 points comments/ headers LAB ACTIVITY T11.13.1: Lab Week 12: Character Input and Pointers 0/8 main.c Load default template... #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
