Object Oriented Programming Using C++ - Section 8 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
Published by:Michael Daani
Published by:Michael Daani
Published by:Michael Daani
24. | Which of the following statements creates and initializes a pointer named salesPtr? |
| |
| A. | salesPtr = NULL; |
| B. | *salesPtr = ""; |
| C. | float &salesPtr = NULL; |
| D. | float *salesPtr = NULL; |
|
|
Published by:Michael Daani
25. | With communicational cohesion |
| |
| A. | a tasks and the data are related |
| B. | the tasks are related; the data are not |
| C. | the data are related; the tasks are not |
| D. | the tasks and the data are unrelated |
|
|
Published by:Michael Daani
«»