Question: Please find error for each segment and explain how to fix. a) char s[10]; strncpy(s, hello, 5); printf(%s , s); b) printf(%s, a); c) char
Please find error for each segment and explain how to fix. a) char s[10]; strncpy(s, hello, 5); printf(%s , s); b) printf(%s, a); c) char s[12]; strcpy(s, Welcome Home); d) if (strcmp(string1, string2)) { printf(The strings are equal ); }
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
