LIST OF KEYWORD USED IN C
All keywords have fixed meaning and meaning can`t be changed. keyword are basic building blocks for program.
list of keyword used in c
| auto | double | int | struct |
| breack | 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 |
Note:-
# Keyword can`t be used as variable name or class name.
No comments:
Post a Comment