Next: , Previous: , Up: Pointers   [Contents][Index]


14.2 Pointer Types

For each data type t, there is a type for pointers to type t. For these variables,

int i;
double a[5];