| 33. | A function that returns no values to the program that calls it is _____ |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss. |
| 34. | To be called object-oriented, a programming language must allow |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 35. | The newline character is always included between |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 36. | Which type of statement does not occur in computer programs? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 37. | If you design a class that needs special initialization tasks, you will want to design a(n) _____ |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 38. | Some Streams work with input, and some with output |
|||
Answer: Option A Explanation: No answer description available for this question. Let us discuss. |
| 39. | When the compiler cannot differentiate between two overloaded constructors, they are called |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss. |
| 40. | A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss. |
