HPlogo HP C/HP-UX Reference Manual: Version A.05.55.02 > Chapter 5 Expressions and Operators

Pointer Expressions

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

Pointer expressions are expressions that evaluate to an address value. These include expressions containing pointer variables, the address-of operator (&), string literals, and array names. If p is a pointer and j is an int, the following are pointer expressions:

p
&j
p + 1
"abc"
(char *) 0x000fffff

© Hewlett-Packard Development Company, L.P.