Day#105 C Coding Challenge | using enum in C programming | user defined data type in C language

Day#105 C Coding Challenge | using enum in C programming | user defined data type in C language

In this code, we will understand,

  • what is enum?
  • how does identifiers are assigned values in enum
  • can we have numerical values in enum?
Below is the code snippet.


Explanation for the above code is here: https://youtu.be/nVCG0GNCrQ4

Post a Comment

0 Comments