Variables are used for storing data in memory during program execution.
Data Types
Data Type | Size (Byte) | Description |
---|---|---|
char | 1 | Integer or character |
short | 2 | |
int | 4 | Integer |
long | 4 or 8 | |
long long | 8 | |
float | 4 | |
double ... |
Variables are used for storing data in memory during program execution.
Data Type | Size (Byte) | Description |
---|---|---|
char | 1 | Integer or character |
short | 2 | |
int | 4 | Integer |
long | 4 or 8 | |
long long | 8 | |
float | 4 | |
double ... |
Get C++17 Quick Syntax Reference: A Pocket Guide to the Language, APIs and Library now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.
Get Mark Richards’s Software Architecture Patterns ebook to better understand how to design components—and how they should interact.
Dive in for free with a 10-day trial of the O’Reilly learning platform—then explore all the other resources our members count on to build skills and solve problems every day.
Start your free trial Become a member now