filmov
tv
96 - strcat Function in C Programming | String Functions in C

Показать описание
This video explains 'strcat' function in C programming with example. It is actually used to concatenate or join two strings.
When two strings are passed to the function, the result is that, second string get appended to first string.
When two strings are passed to the function, the result is that, second string get appended to first string.