What data type is enum?



What data type is enum?..

Answer / Km. Jyoti Gill

An enum (enumeration) is a data type consisting of a set of named values. In many programming languages, enums are represented as an integer or string array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How do I start preparing for placement?

1 Answers  


Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?

1 Answers  


What is list and types of list?

1 Answers  


What is circular linked list?

1 Answers  


What is ascending and descending order?

1 Answers  


What is the difference between array list and vector list?

1 Answers   CGI,


How to reverse a linked list iterative algorithm?

1 Answers  


how to search an element in sorted linked list with time complexity is O(log n).

3 Answers   Wipro,


What do you mean by external sorting?

1 Answers  


Does linkedhashset allow duplicates?

1 Answers  


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

1 Answers  


Are data structures important?

1 Answers  


Categories