• A = operator is not a sequence point
  • B ++ operator may return value with or without side effects
  • C it can be evaluated as (i++)+i or i+(++i)
  • D Both a and b
  • Share this MCQ