Data Types in C++
Q#2: Write at-least three data types in C++. How much memory does each require?
Ans:
Type |
Keyword |
Size |
Boolean |
Bool |
1 byte |
Character |
Char |
1 byte |
Integer |
int |
4 byte |
Comments
Post a Comment