InterviewSolution
Saved Bookmarks
| 1. |
Can We Get The Value Of Ios Format Flags? |
|
Answer» Yes! The ios::flags( ) member FUNCTION gives the value FORMAT flags. This function takes no arguments and RETURNS a long ( typedefed to fmtflags) that contains the current format flags. Yes! The ios::flags( ) member function gives the value format flags. This function takes no arguments and returns a long ( typedefed to fmtflags) that contains the current format flags. |
|