Keywords in C Programming


Keywords in C Programming

C keywords
  • Keywords are standard word whose meaning has already been explained to the compiler.
  • Keywords are also called "reserved words".
  • There are 32 keywords available in C.

intcharlongdoublefloatbreak
continuegotovoidswitchcasedefault
shortsignedunsignedifelsefor
whileautoregisterstaticexterndo
constenumreturnsizeofstructtypedef
unionvolatile


Keywords - C, C++, programming, C++ tutorials, C++ programming, C programming Tutorials, source code, programming quiz
Previous
Next Post »