1

Which is the correct ascending order of the following data types on the basis of size

  • A

    int, float, char, double, long

  • B

    char, int, long, float, double

  • C

    double, long, float, int, char

  • D

    char, int, float, long, double