The __________, or address operator, is a unary operator that returns the address of its operand.

a) &
b) &&
c) *
d) **

a) &

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a small symbol that precedes information in a list

Fill in the blank(s) with correct word

Computer Science & Information Technology

When an item is deleted from the hash table indexStatusList at position, say k, we set indexStatusList[k] to ____.

A. -1 B. 0 C. 1 D. 2

Computer Science & Information Technology