in Technology by
What are enumerations in C Programming?

1 Answer

0 votes
by
Enumerations are list of integer constants with name. Enumerators are defined with the keyword enum.

Related questions

0 votes
    What are the different enumerations available in ethical hacking?...
asked Feb 16, 2021 in Technology by JackTerrance
0 votes
    What are command line arguments in C Programming?...
asked Jan 18, 2021 in Technology by JackTerrance
+1 vote
    What are valid operations on pointers in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    How many operators are there under the category of ternary operators in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are the different ways of passing parameters to the functions in C Programming? Which to use when?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are command line arguments in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are bit fields in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are the valid places for the keyword break to appear in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are the ways to a null pointer that can be used in the C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What are the modifiers available in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    What are reserved words with a C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    What are the key features in the C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    How a negative integer is stored in C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
...