Which of the following statements about unary expressions is true?

A. The sizeof operator requires a parenthetical expression as its operand.
B. The unary plus operator does not change the value of the expression.
C. The unary minus operator subtracts one from the operand value.
D. The unary minus operator has a side effect.


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the complexity of the bubble sort algorithm in the best case scenario?

a. O(n) b. O(n^2) c. O(1) d. O(log(n))

Computer Science & Information Technology

What physical security measures can be implemented to safeguard equipment?

What will be an ideal response?

Computer Science & Information Technology

Discuss delegating the management of a DFS namespace.

What will be an ideal response?

Computer Science & Information Technology

The class immediately above another is called its ____.

A. superclass B. subclass C. descendent D. root

Computer Science & Information Technology