(a)
series[i] = 0;
(b)
series<i> = 0;
Example 1: (a) Accessing the ith cell; (b) accessing the ith character.
Back to Article
Copyright © 1999, Dr. Dobb's Journal