InterviewSolution
Saved Bookmarks
| 1. |
What type of class member is operator new?(a) static(b) dynamic(c) const(d) smartThe question was asked in a national level competition.Asked question is from Free Store in section Class Hierarchies, Library & Containers of C++ |
|
Answer» CORRECT answer is (a) STATIC Explanation: static is a type of CLASS member is operator NEW. |
|