Write a program that will call a function that accepts three one dimensional arrays of characters (you decide on the size and the initial elements). The function should interleave the arrays and include an **" in the resulting output. The resulting output should be placed into the third array. Write a program that has a main function and a utility function called merge. The main function should prompt the user to enter two different strings ( no more than 50 character each). It should call the merge function that will interleave the first string and the second string and include an "*" to produce a third string. The merge stops with the shortest string. The main program should print out all the three strings after the function call as shown below.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

using chapters 1 to 7 from the book c how to program 8 edition

Write a program that will call a function that accepts three one dimensional arrays of characters (you
decide on the size and the initial elements). The function should interleave the arrays and include an
"*" in the resulting output. The resulting output should be placed into the third array.
Write a program that has a main function and a utility function called merge. The main function
should prompt the user to enter two different strings ( no more than 50 character each). It should call
the merge function that will interleave the first string and the second string and include an "*" to
produce a third string. The merge stops with the shortest string. The main program should print out
all the three strings after the function call as shown below.
Transcribed Image Text:Write a program that will call a function that accepts three one dimensional arrays of characters (you decide on the size and the initial elements). The function should interleave the arrays and include an "*" in the resulting output. The resulting output should be placed into the third array. Write a program that has a main function and a utility function called merge. The main function should prompt the user to enter two different strings ( no more than 50 character each). It should call the merge function that will interleave the first string and the second string and include an "*" to produce a third string. The merge stops with the shortest string. The main program should print out all the three strings after the function call as shown below.
Scenario 1
Enter string 1: ABC
Enter string 2: 12345
Result after merge call
String 1: ABC
String 2:12345
Merged string : A1*B2*C3*
Scenario 2
Enter string 1: ABCDE
Enter string 2: 1234
Result after merge call
String 1: ABCDE
String 2:1234
Merged string : A1*B2*C3*D4*
Transcribed Image Text:Scenario 1 Enter string 1: ABC Enter string 2: 12345 Result after merge call String 1: ABC String 2:12345 Merged string : A1*B2*C3* Scenario 2 Enter string 1: ABCDE Enter string 2: 1234 Result after merge call String 1: ABCDE String 2:1234 Merged string : A1*B2*C3*D4*
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY