What is an adjust field format flag?



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

Post New Answer

More C++ General Interview Questions

what is the emaning of '#include" "'?

5 Answers  


How long will it take to learn programming?

1 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


When does the c++ compiler create temporary variables?

1 Answers  


Explain one-definition rule (odr).

1 Answers  


Define upcasting.

1 Answers  


why and when we can declar member fuction as a private in the class?

1 Answers  


What do you mean by abstraction in C++?

1 Answers  


Which operator cannot be overloaded c++?

1 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

1 Answers  


What is switch case in c++ syntax?

1 Answers  


What are member functions used in c++?

1 Answers  


Categories