what are fundamental data types
Answers
Answered by
1
Sizes of Fundamental Types
TypeSizebool , char , unsigned char , signed char , __int81 byte__int16 , short , unsigned short , wchar_t , __wchar_t2 bytesfloat , __int32 , int , unsigned int , long , unsigned long4 bytesdouble , __int64 , long double , long long8 bytes
TypeSizebool , char , unsigned char , signed char , __int81 byte__int16 , short , unsigned short , wchar_t , __wchar_t2 bytesfloat , __int32 , int , unsigned int , long , unsigned long4 bytesdouble , __int64 , long double , long long8 bytes
rohitt4:
actualy i need the info about what is it
Answered by
3
Answer:
★int
★char
★float
★double
★void
Similar questions