- Introduction to keywords in C++ in Hindi

Introduction to keywords in C++
एक कीवर्ड एक reserved word है। आप इसे एक variable name, constant name आदि के रूप में उपयोग नहीं कर सकते। C ++ भाषा में 32 कीवर्ड्स की एक सूची जो C भाषा में भी उपलब्ध हैं, नीचे दी गई हैं।
auto | break | case | char | const | continue | default | do |
double | else | enum | extern | float | for | goto | if |
int | long | register | return | short | signed | sizeof | static |
struct | switch | typedef | union | unsigned | void | volatile | while |
C++ भाषा में 30 कीवर्ड की सूची जो C भाषा में उपलब्ध नहीं हैं, नीचे दी गई हैं।
asm | dynamic_cast | namespace | reinterpret_cast | bool |
explicit | new | static_cast | false | catch |
operator | template | friend | private | class |
this | inline | public | throw | const_cast |
delete | mutable | protected | true | try |
typeid | typename | using | virtual | wchar_t |