strings
Matching exercise
Match the items on the right to the items on the left.
strupr()
gets()
puts()
string names are
strchr(s1, ch);
converts string to uppercase
take string input from user
display string output
"decayed" to pointers
Returns a pointer to the first occurrence of character ch in string s1.