Question: 17.12 LAB: Longest string Write a program that takes two strings and outputs the longest string. If they are the same length then output

17.12 LAB: Longest string Write a program that takes two strings and outputs the longest string. If they are the same length then output the second string. Assume the strings are no longer than 25 characters; Ex. If the input is: almond pistachio the output is: pistachio
Step by Step Solution
There are 3 Steps involved in it
include stdio h include string h int main char x26 Maximum length of 25 cha... View full answer
Get step-by-step solutions from verified subject matter experts
