C++ offer the programmer a rich assortment of built-in as well as user-defined data types. Following table list down seven basic C++ data types:
| Type | Keyword |
| Boolean | bool |
| Character | char |
| Integer | int |
| Floating point | float |
| Double floating point | double |
| Valueless | void |
| Wide character | wchar_t |

Comments are closed