11 May 2025 07:46:15 PM SIZES C++ version Return the size of various data types. Compiled on May 11 2025 at 19:46:15 char 1 bytes. short int 2 bytes. int 4 bytes. long int 8 bytes. long long int 8 bytes. float 4 bytes. double 8 bytes. long double 16 bytes. bool 1 bytes. SIZES Normal end of execution. 11 May 2025 07:46:15 PM