Essay
What is the problem (if any)with this code?
char s1[20] = "How you been? ";
strcat(s1,"Fine as wine");
Correct Answer:

Verified
Not enough room for the source C-string ...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
Not enough room for the source C-string ...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q8: Indexing for Standard string objects does not
Q9: Write a C++ program fragment that will
Q10: Write a complete program with necessary #include
Q11: Write a line of code that declares
Q12: The C-string library function strcmp compares two
Q14: A C-string variable is just an array
Q15: The header file that you must #include
Q16: It is possible to use a standard
Q17: The C-string library functions use the null
Q18: If you have already removed a character