Question: 16. (10 points) Please identify and explain all the errors in the following C code. int argc, char* argv 1. int main 2. 3. 4.

16. (10 points) Please identify and explain all the errors in the following C code. int argc, char* argv 1. int main 2. 3. 4. 5. 6. destisource[i] 7. 8. 9. 10 char source [10]; strcpy(source, "0123456789"); char *dest- (char *)malloc(strlen(source); for (int i-1;1 tt) destli 0 printf("dest %s", dest)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
