Answer Posted / subeetha
C++ defines some format flags for standard input and
output, which can be manipulated with the flags(), setf(),
and unsetf() functions. For example,
cout.setf(ios::left);
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why is c++ called oops? Explain
What is a unnitialised pointer?
Is c better than c++?
What is an overflow error?
What is singleton class in c++?
What is friend class in c++ with example?
What are the advantages of pointers?
What are the different types of polymorphism in c++?
Does c++ support exception handling?
Difference between inline functions and macros?
How does class accomplish data hiding in c++?
What is name hiding in c++?
Why is c++ called oops?
What is the difference between public and private data members?
Describe private, protected and public – the differences and give examples.