[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Structures, Unions, Enums - Discussion

Home > C Programming > Structures, Unions, Enums > MCQs Questions Discussion

34 / 43

Choose the correct option.

Consider the following declaration

enum color {black= -1, blue, green};
This represents

Ablack= 0, blue= 1, green= 2,

Bcolor [1] = 'black'or color[2] = 'blue' or color [3] = 'green'

Ccolor= 'black'or color= 'blue' or color= 'green'

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!