Which statement is false?

a) The unary * operator is called the indirection operator or the dereferencing operator.
b) The operand of the unary * operator must be a pointer.
c) The unary * operator returns the value of its operand.
d) Placing a * operator before a pointer dereferences the pointer.

c) The unary * operator returns the value of its operand.

Computer Science & Information Technology

You might also like to view...

________is a cleanup feature associated with SQLite databases that permanently erases deleted records or tables

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The goal of information design is to organize your content and present it as a meaningful, ____________________ set of information.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology