Which of the following are true about enums?
a. Enums are always equated to an integral constant value
b. A variable of the enum type will always contain one of the declared symbolic constants
c. The declared values of an enum are always assigned sequential starting with 0
d. the declared values of an enum must be mapped(explicitly or implicitly) to unique integral values