Question: 10
(Choose 1 answer)
What is the problem of strcpy() funtion if the destination array is not large enough to hold the source string and
the null terminator?
A. Your program will act unpredictably.
B. Your program will automatically resize the destination array.
C. Your program will automatically truncate the source string.
D. Your program will return an error code.