1.

Give the usage of strcat() function with an example.

Answer»

Strcat() character function is used to combine two strings. The syntax is strcat(target_string, source_string);



Discussion

No Comment Found