InterviewSolution
Saved Bookmarks
| 1. |
Name the built-in data types of C++. |
|
Answer» The built-in or basic data types supported by C++ are integer, floating point, and character types. |
|