What is an adjust field format flag?
Answer / Dilip Kumar Pankaj
In C++, an adjust field format flag is a flag that modifies the behavior of a field manipulator during formatted I/O. It is used to control the alignment and spacing of output fields in a program. Examples include std::left, std::right, std::internal, and std::boolalpha.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the emaning of '#include" "'?
How long will it take to learn programming?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
When does the c++ compiler create temporary variables?
Explain one-definition rule (odr).
Define upcasting.
why and when we can declar member fuction as a private in the class?
What do you mean by abstraction in C++?
Which operator cannot be overloaded c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is switch case in c++ syntax?
What are member functions used in c++?