Question
Look at the following code. What value will be stored in s after the code executes?char name[10];int s;strcpy(name, "Jimmy");s = strlen(name);
Step 1
This means `name` can hold up to 9 characters plus a null terminator (`\0`). Show more…
Show all steps
Your feedback will help us improve your experience
Watch the video solution with this free unlock.
EMAIL
PASSWORD