November 2002
Beginner to intermediate
142 pages
4h 19m
English
A simple assignment may also involve different arithmetic types. In this case, the value of the right operand is always converted to the type of the left operand.
In a compound assignment, the usual arithmetic conversions are performed for the arithmetic operation. Then any further type conversion takes place as for a simple assignment.
A
pointer to void can be
converted to any other object pointer. An object pointer can also be
converted into a pointer to void. The address it
designates—its value—remains unchanged.
Read now
Unlock full access