Saved Bookmarks
| 1. |
What are the main types of C++ datatypes? |
|
Answer» In C++, the data types are classified as three main categories 1. Fundamental data types 2. User – defined data types and 3. Derived data types. |
|