adplus-dvertising
frame-decoration

Question

Format flags may be combined using the _____

a.

bitwise OR operator(|)

b.

logical OR operator (||)

c.

bitwise AND operator (&)

d.

logical AND operator (&&)

Answer: (a).bitwise OR operator(|)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Format flags may be combined using the _____

Similar Questions

Discover Related MCQs

Q. Which of the following will store the number 320000 as a Float number?

Q. The arguments that determine the state of the cout object are called

Q. A measure of the strength of the connection between two functions is

Q. The following statement where T is true and F is false T&&T||F&&T

Q. Which of the following statements declares a variable that can contain a decimal number?

Q. The statement int num[2][3]={ {1,2}, {3,4}, {5, 6} };

Q. Access specifiers are followed by

Q. Elements in an array are identified by a unique _____

Q. A C++ statement must end in a

Q. The statement int n[4] = {11, -13, 17, 105};

Q. The number of the relational operators in the C language is

Q. Which of the following tells C++ to display numbers with two decimal places?

Q. The operator that allocates new memory is _____

Q. A comment

Q. Which of the following is(are) valid identifier(s)?

Q. Reserving memory during program execution is known as reserving it

Q. "Rohan Motors" is a _____

Q. A programming structure that contains data and a pointer to the next object is a

Q. A variable declared in a function is called a(n) _____ variable

Q. Which of the following numerical value(s) is(are) invalid constant(s)?