CIS 250 - C-style strings

Objective

C-style string basics

C-style string resources

C-style string functions

Assume for the following that str1 and str2 are C-style strings (pointers to char arrays), ch is a char, and n in an int: