Strcat function adds null character
When Strcat function adds null character? mcq and its answer is provided on this page.
strcat()
function used to concatenate two strings. It concatenates second string to first string.
When strcat() function adds null character?
Que. | Strcat function adds null character | |
a | a) Only if there is space | |
b | b) Always | |
c | c) Depends on the standard | |
d | d) Depends on the compiler | |
Answer: View Answer Answer: b | ||
Explanation : None. |
Comments
Post a Comment