Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
t would happen if I use strcpy to copy a character array with bigger size to a character array with smaller size in C? Will there be warning or error?...
What would happen if I use strcpy to copy a character array with bigger size to a character array with smaller size in C? Will there be warning or error? Will the smaller array receive truncated values?