Multiple Choice
If the contents of a string variable named destString are "Hello", then the function call strcat(destString, " there World!") results in the string value ____ being assigned to destString.
A) "there World!"
B) "Helloe World!"
C) "Hellothere World!"
D) "Hello there World!"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Trying to enter the characters This is
Q24: Line 5 in the function below can
Q25: Programs that use the isalpha() routine must
Q26: In C, a string is stored as
Q27: Typically, the _ function is used to
Q29: In C, the individual characters in a
Q30: Complete the following function:<br>/* copy string2 to
Q31: A string literal is also referred to
Q32: The first 256 characters of the Unicode
Q33: Pressing the Enter key at the terminal