• 2022-10-27
    在MySQL中,FLOAT类型的数据占用字节的空间
  • 4

    内容

    • 0

      float整数类型占用_______字节存储,格式符号为_______。

    • 1

      【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节

    • 2

      一个float类型的数据在内存占____字节;

    • 3

      float类型的数据是_____字节的数据

    • 4

      在C语言中,类型的数据占【】个字节;char类型的数据占【】个字节;int类型的数据占【】个字节;float类型的数据占【】个字节;double类型的数据占【】个字节;