This chapter has introduced arrays, structures, and pointers. These can be combined in various ways, so let’s review some of the possibilities, starting with a structure:
struct antarctica_years_end
{
int year;
/* some really interesting data, etc. */
};
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.