What function is used to concatenate two strings in C?

What function is used to concatenate two strings in C?
A . strcat()
B . strncpy()
C . memcpy()
D . strcpy()

Answer: A

Explanation:

strcat() is used to concatenate two strings in C.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments