Question: Write a c programing for function, that takes two strings as input from user and concatenates only the first n characters from first string and

Write a c programing for function, that takes two strings as input from user and concatenates only the first n characters from first string and first m characters from second string and makes a new string. eg., input str1 = "kernel masters", str2 = "raayan systems", n = 3, m = 5 output : kerraaya"

Note: this only example name, the program should ask user to input 2 string and value for n and m

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 Databases Questions!