For operators overloaded as non-static member functions:
a. Binary operators can have two arguments and unary operators can have one.
b. Both binary and unary operators take one argument.
c. Binary operators can have one argument, and unary operators cannot have any.
d. Neither binary nor unary operators can have arguments.
c. Binary operators can have one argument, and unary operators cannot have any.
You might also like to view...
To have the Audio object play an audio file, you use its Sound method.
Answer the following statement true (T) or false (F)
________ is alternating the background color of rows and/or columns to assist in visually tracking information
Fill in the blank(s) with correct word
Each of the following statements is TRUE regarding multiple worksheets EXCEPT:
A) Data can be accessed between worksheets using 2-D references. B) Multiple worksheets can be formatted at the same time. C) Data from multiple worksheets can be referenced to generate new data via formulas or functions. D) Data can be copied and pasted from one worksheet to another.
When * is used as a unary operator, * refers to the object to which the operand of the * (that is, the pointer) points.
Answer the following statement true (T) or false (F)