Operators and Enums in C Language - Quiz

  • A int
  • B float
  • C double
  • D There is no type for an assignment expression
  • A %, *, /, +, -
  • B %, +, /, *, -
  • C +, -, %, *, /
  • D %, +, -, *, /
  • A It is a unary operator and It associates from the right
  • B The operand can come before or after the operator
  • C It cannot be applied to an expression
  • D All of the above