next up previous contents
Next: Functions Up: Concrete differences Previous: Control structures   Contents

Pointers

There is no explicit notation of pointers. Structures and unions are always treated as pointers (as in Java). Strings are built in type. Arrays are implemented as abstract type. Pointers to functions are discussed below.



2002-01-28