how to create a function that gets two words and combines them according to abc to one word(in C), the words are also sorted. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create a function that gets two words and combines them according to abc to one word(in C), the words are also sorted.

Example: 'a','d','f' 'b','c','e' turns into 'a','b','c','d','e','f' The word can be also a number: '1','3','4' '2','5','6' turns into '1','2','3','4','5','6'

26th Dec 2019, 8:36 AM
Alon Daniel
Alon Daniel - avatar
1 Answer
+ 2
It is pretty simple if you really try. Kindly take an attempt and come back if you are stuck at any point.
26th Dec 2019, 8:57 AM
Avinesh
Avinesh - avatar