EC312 Chapter 4: Arrays and Strings

string fruit[5]; // an array of 5 C++ strings The element type of an array is often called its aseb type . The rst example is an array with base type char , for example. One can say that fname is an array of char . ... The rst declaration declares but does not initialize the array named numbers . The next declares and initializes an array named ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download