Data Types in C Language - Quiz

  • A4 Bytes
  • B8 Bytes
  • C2 Bytes
  • DDepends on the system/compiler
  • Achar > int > float
  • Bint > char > float
  • Cchar < int < double
  • Ddouble > char > int