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 |
How do I start preparing for placement?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
What is list and types of list?
What is circular linked list?
What is ascending and descending order?
What is the difference between array list and vector list?
How to reverse a linked list iterative algorithm?
how to search an element in sorted linked list with time complexity is O(log n).
What do you mean by external sorting?
Does linkedhashset allow duplicates?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Are data structures important?