Declaration:
void strcat(char dest[], char src[], int dest_index=0, int src_index=0);
Description
The strcat function joins the line to the dest line and ends the dest line with zero.
Returned value
None.