String Concatenation in C - C Program to Concatenate Two Strings
Learn C - C tutorial - c program to concatenate two strings - C examples - C programs
C Program to Concatenate Two Strings
- Concatenate of two strings is said to be adding two strings into one.
- The first string is "wikitechy" and the second string is ".com" then on concatenating these two strings we get the string "C programming language."