How to implement flags?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the different types of comments allowed in c++?
What does the linker do?
What is the difference between std::vector and std::list
What is scope resolution operator in c++ with example?
List the special characteristics of constructor.
Which one between if-else and switch is more efficient?
What is the stack?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
Is sorted c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
differance between copy & clon
What is size of null class?