The ternary operator of C++ takes:

A. no operands
B. one operand
C. two operands
D. three operands


D

Computer Science & Information Technology

You might also like to view...

In its simplest form, project portfolio management can be broken down into four main components.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If you wanted to perform an aggregated calculation on a LastName field, you would use the ________ function

A) Total B) Count C) Sum D) You cannot perform aggregated calculations on text fields.

Computer Science & Information Technology

The Network+ exam consists of _______ questions

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

Computer Science & Information Technology

Content coupling ____.

A. passes only the minimum required data from the calling function to the called function.   B. passes data in arrays or as structures. C. passes flags that may be used to direct the logic flow of a function. D. uses global variables to communicate between two or more functions. E. allows one function to directly access the data in another function.

Computer Science & Information Technology