Data Types in C Language - Quiz

  • A 4 byte
  • B 8 byte
  • C 16 byte
  • D 32 byte
  • A Program will compile and print the output ATNYLA
  • B Program will compile and print ATNYLA for 5 times
  • C Program will compile and print the ASCII value of ATNYLA
  • D The compiler will flag an error
  • A 4 Bytes
  • B 8 Bytes
  • C 2 Bytes
  • D Depends on the system/compiler
  • A Float
  • B Union
  • C Array
  • D Pointer