Lecture 13 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Assume that variable ptr is of type char *, and arrays s1[100] and s2[100] are of type char. Write a C statement that will assign ptr the location of the first occurrence of the string s2 in s1.