What are the manipulators in c++?
Answer / Ramakant Sachan
Manipulators in C++ are functions that modify the behavior of standard input or output streams. Examples include std::setw (for setting the field width), std::endl (for inserting a newline and flushing the buffer), and std::showbase (to display base for integers).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are associate containers?
What is do..while loops structure?
What is c++ try block?
What is this weird colon-member (" : ") syntax in the constructor?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Why should you learn c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Write about the scope resolution operator?
Does c++ cost money?
What is the difference between structures and unions?
What c++ library is string in?
Can you please explain the difference between using macro and inline functions?