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 is recursion?
What is data types c++?
When does the c++ compiler create temporary variables?
Explain one method to process an entire string as one unit?
Do you know what are static and dynamic type checking?
What kind of problems can be solved by a namespace?
Explain the isa and hasa class relationships.
Does there exist any other function which can be used to convert an integer or a float to a string?
How do you define/declare constants in c++?
How many namespaces are there in c++?
How does c++ sort work?
What is a vector c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What does I ++ mean in c++?
What are multiple inheritances (virtual inheritance)?