Write a function that concatenates two strings into a third


Problem

1. Write a record declaration to contain a string of not more than 20 characters and the length of the string (the position of the last character of interest). Then write a function that returns the length of a string stored in this record.

2. Write a function that concatenates (combines) two strings into a third string. Use the declaration you wrote. You may assume that the combined length will not exceed 20 characters.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a function that concatenates two strings into a third
Reference No:- TGS02652697

Expected delivery within 24 Hours