Question: Hi all, Please discuss, this is for C programming string a=A very long string; string b=strcat(a, and now even longer!) ; Is the above C
Hi all, Please discuss, this is for C programming
string a="A very long string"; string b=strcat(a," and now even longer!") ; Is the above C code correct or will it cause problems? Thanks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
