Introduction
Learn how to use string type variables and pointers in your program.
We'll cover the following...
Definition
A character array (often known as a string) is a sequence of characters stored together that are terminated by a null character ...