Explain about user defined manipulators.
Answers
Answered by
2
Manipulators are values that you can insert into or extract from iostreams to have special effects. Parameterizedmanipulators are manipulators that take one or more parameters. Becausemanipulators are ordinary identifiers, and therefore use up possible names, iostream doesn't define them for every possible function.
Similar questions