InterviewSolution
Saved Bookmarks
| 1. |
Which operator can be used in C++ to allocate dynamic memory? |
|
Answer» ‘new’ is the operator can be used for the same. |
|