No arithmetic operations are allowed on the enumeration type
No arithmetic operations are allowed on the enumeration type. True False An enumeration type can be passed as a parameter to a function only by value. True False
Solution
No arithmetic operations are allowed on the enumeration type.
Answer: True
We can use cast operator in order to perform arithmetic operations on an enumeration type.
An Enumeration type can be passed as parameter to functions only by value.
Answer: False
passed as parameters to functions either by value or reference.
