InterviewSolution
Saved Bookmarks
| 1. |
Do we have a String primitive data type in C++? |
|
Answer» No, it’s a class from STL (Standard template library). |
|