Question: Write the following function void firstKeywordAllcaps (char* str, char* keyword) The function should find the first occurrence of keyword in str and capitalize all of

Write the following function void firstKeywordAllcaps (char* str, char* keyword) The function should find the first occurrence of keyword in str and capitalize all of its letters. Use the functions char* strstr (char* s2) and int toupper (int c) Ex. Chuck the woodchuck rightarrow CHUCK the woodchuck
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
