MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is not a false statement about new operator? |
| A. | It can’t be overloaded. |
| B. | It returns garbage value when memory allocation fails. |
| C. | It automatically computes the size of the data object. |
| D. | All of these |
| Answer» D. All of these | |