C++: Which of the following enumerated data type declarations are syntactically
ID: 3936826 • Letter: C
Question
C++: Which of the following enumerated data type declarations are syntactically correct? Select all that apply. Please support the answer with an explanation.
Which of the following enumerated data type declarations are syntactically correct? Select all that apply. Answers: enum (TAZ, TWEETY, BUGS-5, DAFFY, SYLVESTER); enum LoonyTunes [BUGS, DAFFY, TAZ, TWEETY, PORKY), enum LoonyTunes {BUGS-2, PORKY-4, TAZ=6, SYLVESTER-8, ELMER-10); enum BUGS, DAFFY, TAZ, TWEETY, SYLVESTER) am LoonyrumasPt TAR, THEETY, SExplanation / Answer
all are valid