Question: For the C code below how can I insert a string value into each index? I tried using the strcpy() function to store a string
For the C code below how can I insert a string value into each index? I tried using the strcpy() function to store a string value but it keeps on giving me a segmentation error. Can someone fix my code?
#include
return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
