describe the simple data types in c++
Answers
Answered by
5
Answer:
C++ Fundamental Data Types
The table below shows the fundamental data types, their meaning, and their sizes (in bytes):
Data Type Meaning Size (in Bytes)
int Integer 2 or 4
float Floating-point 4
double Double Floating-point 8
char Character 1
wchar_t Wide Character 2
bool Boolean 1
void Empty 0
Now, let us discuss these fundamental data types in more detail.
Answered by
1
Answer:
These data types are build in predifiend data types and can be used directly by the user to declare variables.
Example- int ,char,float,bool e.t.c
Explanation:
Please please pleaseeeeee
Mark Me BRAINLIST ✍️✍️✍️✍️
Similar questions