what are the the data tyoes in c++
Answers
Answered by
1
Answer:
Data Types in C++
- char: For characters. Size 1 byte.
- int: For integers. Size 2 bytes.
- float: For single precision floating point. Size 4 bytes.
- double: For double precision floating point. Size 8 bytes.
- bool: For booleans, true or false.
- wchar_t: Wide Character.
Similar questions
Social Sciences,
6 months ago
Chemistry,
1 year ago