A Third Programming Assignment
You made use of some string handling functions in Lab 5.
In this lab, you're learning much more about strings in C.
Your assignment for this lab is to write some of the string functions
yourself.
In particular, you should write
strcat()
,
strcpy()
and
strcmp()
.
(
strlen()
was given you you in the Lab 6 description.)
See the UNIX man pages for a detailed description on these and other
string functions.
You may return to the
index
or move on to
the
next part
.