Question: In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of hello and

In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end.

For example, the concatenation of \"hello\" and \" world\" is \"hello world\".

Write a function in C language.

The function name isconscat_stringsthat takes achar**as a parameter and return a char*

Then in the main function we call theconscat_stringsfunction.

Assume the maximum input char number is 100.

Only accpetstdio and stdlibin this homework

Only accept pointer in this homework, no array index

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!