Is there a better way to concatenate multiple strings together in c other than having multiple calls to strcat() all in a row, like below?Is there a better way to concatenate multiple s
Is there a better way to concatenate multiple strings together in c other than having multiple calls to strcat() all in a row, like below?Is there a better way to concatenate multiple s