Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: enumeration constant

What is an enum in C ?

Posted on December 13, 2020December 22, 2020 by mohamad wael

 
An enum in C is used to enumerate things . For example , to enumerate the days of the week , such as Monday , Tuesday or Wednesday , or to enumerate error codes , such as OK or … Read More

c enumeration constant, enumerator list, tutorial