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 are the various compound assignment operators in c++?
What is an operator in c++?
Can I make ios apps with c++?
What is an incomplete type in c++?
What are the two main components of c++?
What is the difference between the indirection operator and the address of oper-ator?
What does it mean to declare a member function as static?
What is const pointer and const reference?
Why do you use the namespace feature?
Does c++ have foreach?
What do you mean by volatile and mutable keywords used in c++?
Which is most difficult programming language?
What is pair in c++?
What is c strings syntax?
What is an undefined behavior and sequence points