Computer Science, asked by balanagesh1212, 1 month ago

Write about the different data types avaiable c++​

Answers

Answered by Feirxefett
0

Answer:

example: int, char , float, bool etc. Primitive data types available in C++ are: Integer.

...

Long.

Data Type Size (in bytes) Range

short int 2 -32,768 to 32,767

signed char 1 -128 to 127

unsigned char 1 0 to 255

float 4

Similar questions