9 lines
276 B
HTML
9 lines
276 B
HTML
|
<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>
|