CBSE BOARD XII, asked by dd6278263, 2 months ago

write a program to program to print concatenation of names​

Answers

Answered by brainly0055
2

Answer:

C program to concatenate two strings; for example, if the two input strings are "C programming" and " language" (note the space before language), then the output will be "C programming language." To concatenate the strings, we use the strcat function of "string.h", to dot it without using the library function, see another program below.

Similar questions