Jul 10
Keywords are the words whose meaning has already been explained to the C compiler. There are only 32 keywords available in C.
List is as follows:
| auto | double | int | struct |
| break | else | long | switch |
| case | enum | register | typedef |
| char | extern | return | union |
| const | float | short | unsigned |
| continue | for | signed | void |
| default | goto | sizeof | volatile |
| do | if | static | while |
We’ll discuss all the keywords in detail later on.




Recent Comments