KeyWords In C
कीवर्ड एक निश्चित अर्थ के साथ सी लाइब्रेरी में पूर्वनिर्धारित या आरक्षित शब्द है और इसका उपयोग आंतरिक ऑपरेशन करने के लिए किया जाता है। C भाषा 32 कीवर्ड का समर्थन करती है।
32 Keywords in C Language
| 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 |
टिप्पणियाँ
एक टिप्पणी भेजें