Union in C Language - Quiz

  • A All of them let you define new values
  • B All of them let you define new data types
  • C All of them let you define new pointers
  • D All of them let you define new structures
  • A Compile time error
  • B sizeof(int) + sizeof(char)
  • C Depends on the compiler
  • D sizeof(char)