Given a sentence and a word, remove all occurrences of the word in the sentence.
For example, removing “is” from the sentence “This is a boy.” becomes “Th a boy.”
What type of conversion is not accepted in C and why? a) char to int b) float to char pointer c) int to char d) double to char