|
<p>
|
|
In C there are some usefull functions ready to use for strings.
|
|
If you want to use them you have to include <it><string.h></it>.
|
|
Implement a function that concatenates all words beginning with "pre".
|
|
</p>
|
|
<p>
|
|
Try using the functions strncmp and strcat.
|
|
</p>
|