Question: Write a function max that has two string parameters and returns the larger of the two, that is , a string should be returned. (
Write a function max that has two string parameters and returns the larger of the two, that is a string should be returned. By larger we mean alphabetically, thus the string b is greater then the string "apple". The lengths of the two strings are not being compared. in C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
