246 B
246 B
- If
i
is a variable andp
points toi
, which of the following expressions are aliases fori
?
a. *p
g. *&i
- If
i
is anint
variable andp
andq
are pointers toint
, which of the following assignments are legal?
a.