Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 4)
4.
Format flags may be combined using
the bitwise OR operator (|)
the logical OR operator (||)
the bitwise AND operator (&)
the logical AND operator (&&)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
21 comments Page 2 of 3.

Somya Agrawal said:   9 years ago
What are format flags? Please describe it in detail.

Preet said:   9 years ago
It is denoted by the virtual number.

Gursimran said:   9 years ago
Thanks @Sundar. It helps me. :)

Soia said:   10 years ago
What is member function?

Muhammad Usman said:   10 years ago
Can any one explain that what are format flags?

Rewg said:   10 years ago
But I don't get clear idea about format flags.

Shiva said:   1 decade ago
Actually what are format flags?

Kiran said:   1 decade ago
The <iostream> library defines a rich set of format flags. These flags enable you to control the width, alignment, precision, and so on for the displayed data.

Sharanya said:   1 decade ago
Actually what are format flags?

Anshuman said:   1 decade ago
Actually bitwise OR operator is denoted by pipe symbol (|) which is use to combine.


Post your comments here:

Your comments will be displayed after verification.