InterviewSolution
Saved Bookmarks
| 1. |
Can I use malloc() function of C language to allocate dynamic memory in C++? |
|
Answer» Yes, as C is the subset of C++, we can all the functions of C in C++ too. |
|