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
What does std mean in c++?
What are signs of manipulation?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Give an example of run-time polymorphism/virtual functions.
What is the use of 'this' pointer?
What is class definition in c++ ?
How many types of classes are there in c++?
Explain friend class?
What is the oldest programming language?
What does std :: flush do?
What is boyce codd normal form in c++?
State the difference between delete and delete[].
Explain all the C++ concepts using examples.
What are c++ templates used for?
Define namespace in c++?