Keywords or Reserved Words
वे words जो किसी perticular task के लिए पहले से define किये हुए हैं , उन्हें ही Reserved words or Keywords कहते हैं।
C Language में 32 keywords होते हैं --
| 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 |
0 Comments