CIS 112
Review Sheet Unit #3
Character and String Manipulation (Class notes + Handouts)
- Reviewing character strings
- String input and output
- functions ( ) commonly used with string manipulation
- strlen
- strcpy
- strcmp
- strcat
- Functions ( ) commonly used with character manipulation
- isalpha ( )
- isdigit ( )
- isspace ( )
- ispunct ( )
- isupper ( )
- islower ( )
Pointers
- Definition
- Advantages
- Declaration
- Initialization
- Two (2) pointer operators
- Pointer and Strings
- Arrays of Pointers