Question: Soction 3: C Proprauwoing Write a C program that does not use any global variables. The program asks the user to enter in a sentence

Soction 3: C Proprauwoing Write a C program that does not use any global variables. The program asks the user to enter in a sentence into a character array of size 500. The program then asks the user to enter in a single word into a character array of 30 characters. Your program must call a function named "delete" which you write that will delete all occurrences of the word from the sentence array. The main program must print out the resulting sentence array. Make sure to #include whatever you need. To be clear: you are writing a main function that will do all the input and output. You are then creating a function called delete that will perform no input or output. It uses the two arrays and modifies the sentence array. You cannot use global variables. Do not do data validation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
