Object Oriented Programming Using C++ - Section 5 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
Published by:Michael Daani
Published by:Michael Daani
33. | Which of the following tells C++ to display numbers in fixed notation? |
| |
| A. | setiosflags(fixed) |
| B. | setiosflags(fixed: :is) |
| C. | setiosflags(ios, fixed) |
| D. | setiosflags(ios::fixed) |
|
|
Published by:Michael Daani
Published by:Michael Daani
35. | Another drawback to returning an error code from a function is that any error code returned by the function |
| |
| A. | must be of the same type as return type of the function |
| B. | must not be a character |
| C. | cannot be checked in a main() program |
| D. | can have multiple meanings |
|
|
Published by:Michael Daani
«»