lmayer@elgin.edu

Strings

Lecture 12 OBJECTIVES

After completing this class, students will be able to:

  • Represent a string of characters as an array
  • Declare a C-string variable
  • Use a C-string variable in a program
  • Use functions for C-string variables
  • Declare a multi-dimensional array
  • Use two-dimensional arrays with character strings
  • Index two-dimensional arrays properly
  • Use two-dimensional arrays in a function

Reading Assignment:Savitch:
Section 10.3, pages 524 - 535 (Searching and Sorting)

Click here for presentation.