C String Join
In this section, you will learn how to join the
strings. You can see in the
given example, we have define two strings and initializes two integer variables
length1 and length2 to 0. Then consider the length1 as the length of the string
s1 and length2 as the length of string s2.
Now set the length2 to 0 and by using while loop
equate the two strings. Finally, the string st1 joins to st2.
Here is the code:
STRINGJO.C
#include <stdio.h>
|
Output will be displayed as:
STRINGJO.EXE